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