9 references to GetFromCache
System.Web.Services (9)
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (2)
232
&& null == (serverType = (DiscoveryServerType)
GetFromCache
(typeof(DiscoveryServerProtocol), Type, true))) {
235
&& null == (serverType = (DiscoveryServerType)
GetFromCache
(typeof(DiscoveryServerProtocol), Type, true)))
System\Web\Services\Protocols\DocumentationServerProtocol.cs (2)
112
&& null == (serverType = (DocumentationServerType)
GetFromCache
(typeof(DocumentationServerProtocol), Type, true))) {
115
&& null == (serverType = (DocumentationServerType)
GetFromCache
(typeof(DocumentationServerProtocol), Type, true)))
System\Web\Services\Protocols\HttpServerProtocol.cs (2)
145
&& null == (serverType = (HttpServerType)
GetFromCache
(typeof(HttpServerProtocol), Type, true)))
150
&& null == (serverType = (HttpServerType)
GetFromCache
(typeof(HttpServerProtocol), Type, true)))
System\Web\Services\Protocols\ServerProtocol.cs (1)
243
return this.
GetFromCache
(protocolType, serverType, false);
System\Web\Services\Protocols\SoapServerProtocol.cs (2)
310
&& null == (serverType = (SoapServerType)
GetFromCache
(typeof(SoapServerProtocol), Type, true)))
315
&& null == (serverType = (SoapServerType)
GetFromCache
(typeof(SoapServerProtocol), Type, true)))