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