1 write to Type
System.Web.Services (1)
System\Web\Services\Configuration\SoapExtensionTypeElement.cs (1)
27
this.
Type
= Type.GetType(type, true, true);
2 references to Type
System.Web.Services (2)
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
61
SoapReflectedExtension extension = new SoapReflectedExtension(extensionTypes[i].
Type
, null, extensionTypes[i].Priority);
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
88
SoapReflectedExtension extension = new SoapReflectedExtension(element.
Type
, null, element.Priority);