2 writes to _protectState
System.Net.Requests (2)
src\libraries\Common\src\System\Net\LazyAsyncResult.cs (2)
167
_protectState
= protect;
292
_protectState
= false;
3 references to _protectState
System.Net.Requests (3)
src\libraries\Common\src\System\Net\LazyAsyncResult.cs (3)
95
if (
_protectState
)
179
if (
_protectState
)
203
if (
_protectState
)