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