5 writes to serverType
System.Web.Services (5)
System\Web\Services\Protocols\HttpServerProtocol.cs (5)
144
if (null == (
serverType
= (HttpServerType)GetFromCache(typeof(HttpServerProtocol), Type))
145
&& null == (
serverType
= (HttpServerType)GetFromCache(typeof(HttpServerProtocol), Type, true)))
149
if (null == (
serverType
= (HttpServerType)GetFromCache(typeof(HttpServerProtocol), Type))
150
&& null == (
serverType
= (HttpServerType)GetFromCache(typeof(HttpServerProtocol), Type, true)))
153
serverType
= new HttpServerType(Type);
5 references to serverType
System.Web.Services (5)
System\Web\Services\Protocols\HttpServerProtocol.cs (5)
154
AddToCache(typeof(HttpServerProtocol), Type,
serverType
, excludeSchemeHostPortFromCachingKey);
159
serverMethod =
serverType
.GetMethod(methodName);
161
serverMethod =
serverType
.GetMethodIgnoreCase(methodName);
168
serverMethod =
serverType
.GetMethod(utf8MethodName);
186
get { return
serverType
; }