3 writes to _CanTakeNewRequest
System (3)
net\System\Net\Cache\_RequestCacheProtocol.cs (3)
73
_CanTakeNewRequest
= true;
87
_CanTakeNewRequest
= false;
242
_CanTakeNewRequest
= true;
2 references to _CanTakeNewRequest
System (2)
net\System\Net\Cache\_RequestCacheProtocol.cs (2)
85
if (!
_CanTakeNewRequest
|| _ProtocolStatus == CacheValidationStatus.RetryResponseFromServer)
250
if (
_CanTakeNewRequest
)