2 writes to _nestedIOCount
System.Net.Mail (2)
src\libraries\Common\src\System\Net\LazyAsyncResult.cs (2)
359
++threadContext.
_nestedIOCount
;
389
--threadContext.
_nestedIOCount
;
1 reference to _nestedIOCount
System.Net.Mail (1)
src\libraries\Common\src\System\Net\LazyAsyncResult.cs (1)
364
if (threadContext.
_nestedIOCount
>= ForceAsyncCount)