2 writes to _completedSynchronously
mscorlib (2)
system\io\filestream.cs (2)
270_completedSynchronously = false; 347asyncResult._completedSynchronously = false;
1 reference to _completedSynchronously
mscorlib (1)
system\io\filestream.cs (1)
244get { return _completedSynchronously; }