1 instantiation of DocumentationServerProtocol
System.Web.Services (1)
System\Web\Services\Protocols\DocumentationServerProtocol.cs (1)
96return new DocumentationServerProtocol();
8 references to DocumentationServerProtocol
System.Web.Services (8)
System\Web\Services\Protocols\DocumentationServerProtocol.cs (8)
43: base(typeof(DocumentationServerProtocol)) 57methodInfo = new LogicalMethodInfo(typeof(DocumentationServerProtocol).GetMethod("Documentation", BindingFlags.Instance | BindingFlags.Static | BindingFlags.Public | BindingFlags.NonPublic)); 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))) 121bool excludeSchemeHostPortFromCachingKey = this.IsCacheUnderPressure(typeof(DocumentationServerProtocol), Type); 124AddToCache(typeof(DocumentationServerProtocol), Type, serverType, excludeSchemeHostPortFromCachingKey);