4 references to IsCacheUnderPressure
System.Web.Services (4)
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
240
bool excludeSchemeHostPortFromCachingKey = this.
IsCacheUnderPressure
(typeof(DiscoveryServerProtocol), Type);
System\Web\Services\Protocols\DocumentationServerProtocol.cs (1)
121
bool excludeSchemeHostPortFromCachingKey = this.
IsCacheUnderPressure
(typeof(DocumentationServerProtocol), Type);
System\Web\Services\Protocols\HttpServerProtocol.cs (1)
152
bool excludeSchemeHostPortFromCachingKey = this.
IsCacheUnderPressure
(typeof(HttpServerProtocol), Type);
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
317
bool excludeSchemeHostPortFromCachingKey = this.
IsCacheUnderPressure
(typeof(SoapServerProtocol), Type);