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