5 writes to serverType
System.Web.Services (5)
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (5)
231if (null == (serverType = (DiscoveryServerType)GetFromCache(typeof(DiscoveryServerProtocol), Type)) 232&& null == (serverType = (DiscoveryServerType)GetFromCache(typeof(DiscoveryServerProtocol), Type, true))) { 234if (null == (serverType = (DiscoveryServerType)GetFromCache(typeof(DiscoveryServerProtocol), Type)) 235&& null == (serverType = (DiscoveryServerType)GetFromCache(typeof(DiscoveryServerProtocol), Type, true))) 242serverType = new DiscoveryServerType(Type, escapedUri, excludeSchemeHostPortFromCachingKey);
13 references to serverType
System.Web.Services (13)
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (13)
243AddToCache(typeof(DiscoveryServerProtocol), Type, serverType, excludeSchemeHostPortFromCachingKey); 252get { return serverType; } 260get { return serverType.MethodInfo; } 272XmlSchema schema = serverType.GetSchema(id); 281ServiceDescription description = serverType.GetServiceDescription(id); 284if (this.serverType.UriFixups == null) 302if (this.serverType.UriFixups == null) 304serverType.Description.Write(new StreamWriter(outputStream, encoding)); 311serverType.Description.Write(new StreamWriter(outputStream, encoding)); 319if (this.serverType.UriFixups == null) 321serverType.Disco.Write(new StreamWriter(outputStream, encoding)); 328serverType.Disco.Write(new StreamWriter(outputStream, encoding)); 356foreach (Action<Uri> fixup in this.serverType.UriFixups)