2 writes to _protectState
System.Net.Mail (2)
src\libraries\Common\src\System\Net\LazyAsyncResult.cs (2)
182
_protectState
= protect;
307
_protectState
= false;
3 references to _protectState
System.Net.Mail (3)
src\libraries\Common\src\System\Net\LazyAsyncResult.cs (3)
110
if (
_protectState
)
194
if (
_protectState
)
218
if (
_protectState
)