5 writes to serverType
System.Web.Services (5)
System\Web\Services\Protocols\DocumentationServerProtocol.cs (5)
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))) 123serverType = new DocumentationServerType(Type, escapedUri, excludeSchemeHostPortFromCachingKey);
9 references to serverType
System.Web.Services (9)
System\Web\Services\Protocols\DocumentationServerProtocol.cs (9)
124AddToCache(typeof(DocumentationServerProtocol), Type, serverType, excludeSchemeHostPortFromCachingKey); 156get { return serverType; } 164get { return serverType.MethodInfo; } 174Context.Items.Add("wsdls", serverType.ServiceDescriptions); 175Context.Items.Add("schemas", serverType.Schemas); 179Context.Items.Add("wsdlsWithPost", serverType.ServiceDescriptionsWithPost); 180Context.Items.Add("schemasWithPost", serverType.SchemasWithPost); 184if (this.serverType.UriFixups == null) 216foreach (Action<Uri> fixup in this.serverType.UriFixups)