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)
85if (!_CanTakeNewRequest || _ProtocolStatus == CacheValidationStatus.RetryResponseFromServer) 250if (_CanTakeNewRequest)