>>313
いやだから、MSDNのサンプル通りにするなら、>>312
localCount => count += localCount
は、

localCount => Interlocked.Add(ref count, localCount)
でないとまずいと思うんですが