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)
908
if (
_isAsync
) {
1047
if (
_isAsync
) {
1171
get { return
_isAsync
; }
1377
if (
_isAsync
) {
1578
if (
_isAsync
) {
1796
if (
_isAsync
) {
1834
if (
_isAsync
) {
1885
if (!
_isAsync
)
1899
Contract.Assert(
_isAsync
);
2016
Contract.Assert(
_isAsync
, "BeginReadCore doesn't work on synchronous file streams!");
2127
if (!
_isAsync
)
2197
if (!
_isAsync
)
2211
Contract.Assert(
_isAsync
);
2276
Contract.Assert(
_isAsync
, "BeginWriteCore doesn't work on synchronous file streams!");
2380
if (!
_isAsync
) {
2498
Contract.Assert((
_isAsync
&& overlapped != null) || (!
_isAsync
&& overlapped == null), "Async IO parameter ----up in call to ReadFileNative.");
2510
if (
_isAsync
)
2555
Contract.Assert((
_isAsync
&& overlapped != null) || (!
_isAsync
&& overlapped == null), "Async IO parameter ----up in call to WriteFileNative.");
2567
if (
_isAsync
)
2630
if (!
_isAsync
)
2682
if (!
_isAsync
)