2 writes to _isAsync
mscorlib (2)
system\io\filestream.cs (2)
827_isAsync = true; 1026_isAsync = isAsync && _canUseAsync;
23 references to _isAsync
mscorlib (23)
system\io\filestream.cs (23)
908if (_isAsync) { 1047if (_isAsync) { 1171get { return _isAsync; } 1377if (_isAsync) { 1578if (_isAsync) { 1796if (_isAsync) { 1834if (_isAsync) { 1885if (!_isAsync) 1899Contract.Assert(_isAsync); 2016Contract.Assert(_isAsync, "BeginReadCore doesn't work on synchronous file streams!"); 2127if (!_isAsync) 2197if (!_isAsync) 2211Contract.Assert(_isAsync); 2276Contract.Assert(_isAsync, "BeginWriteCore doesn't work on synchronous file streams!"); 2380if (!_isAsync) { 2498Contract.Assert((_isAsync && overlapped != null) || (!_isAsync && overlapped == null), "Async IO parameter ----up in call to ReadFileNative."); 2510if (_isAsync) 2555Contract.Assert((_isAsync && overlapped != null) || (!_isAsync && overlapped == null), "Async IO parameter ----up in call to WriteFileNative."); 2567if (_isAsync) 2630if (!_isAsync) 2682if (!_isAsync)