8 references to GetFromCache
System.Web.Services (8)
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (2)
231
if (null == (serverType = (DiscoveryServerType)
GetFromCache
(typeof(DiscoveryServerProtocol), Type))
234
if (null == (serverType = (DiscoveryServerType)
GetFromCache
(typeof(DiscoveryServerProtocol), Type))
System\Web\Services\Protocols\DocumentationServerProtocol.cs (2)
111
if (null == (serverType = (DocumentationServerType)
GetFromCache
(typeof(DocumentationServerProtocol), Type))
114
if (null == (serverType = (DocumentationServerType)
GetFromCache
(typeof(DocumentationServerProtocol), Type))
System\Web\Services\Protocols\HttpServerProtocol.cs (2)
144
if (null == (serverType = (HttpServerType)
GetFromCache
(typeof(HttpServerProtocol), Type))
149
if (null == (serverType = (HttpServerType)
GetFromCache
(typeof(HttpServerProtocol), Type))
System\Web\Services\Protocols\SoapServerProtocol.cs (2)
309
if (null == (serverType = (SoapServerType)
GetFromCache
(typeof(SoapServerProtocol), Type))
314
if (null == (serverType = (SoapServerType)
GetFromCache
(typeof(SoapServerProtocol), Type))