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