5 references to AddToCache
System.Web.Services (5)
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
243
AddToCache
(typeof(DiscoveryServerProtocol), Type, serverType, excludeSchemeHostPortFromCachingKey);
System\Web\Services\Protocols\DocumentationServerProtocol.cs (1)
124
AddToCache
(typeof(DocumentationServerProtocol), Type, serverType, excludeSchemeHostPortFromCachingKey);
System\Web\Services\Protocols\HttpServerProtocol.cs (1)
154
AddToCache
(typeof(HttpServerProtocol), Type, serverType, excludeSchemeHostPortFromCachingKey);
System\Web\Services\Protocols\ServerProtocol.cs (1)
227
this.
AddToCache
(protocolType, serverType, value, false);
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
319
AddToCache
(typeof(SoapServerProtocol), Type, serverType, excludeSchemeHostPortFromCachingKey);