1 instantiation of DocumentationServerType
System.Web.Services (1)
System\Web\Services\Protocols\DocumentationServerProtocol.cs (1)
123
serverType = new
DocumentationServerType
(Type, escapedUri, excludeSchemeHostPortFromCachingKey);
5 references to DocumentationServerType
System.Web.Services (5)
System\Web\Services\Protocols\DocumentationServerProtocol.cs (5)
101
DocumentationServerType
serverType;
111
if (null == (serverType = (
DocumentationServerType
)GetFromCache(typeof(DocumentationServerProtocol), Type))
112
&& null == (serverType = (
DocumentationServerType
)GetFromCache(typeof(DocumentationServerProtocol), Type, true))) {
114
if (null == (serverType = (
DocumentationServerType
)GetFromCache(typeof(DocumentationServerProtocol), Type))
115
&& null == (serverType = (
DocumentationServerType
)GetFromCache(typeof(DocumentationServerProtocol), Type, true)))