2 references to _canUseAsync
mscorlib (2)
system\io\filestream.cs (2)
826
if (
_canUseAsync
&& (options & FileOptions.Asynchronous) != 0)
1026
_isAsync = isAsync &&
_canUseAsync
;