2 writes to type
System.Web.Services (2)
System\Web\Services\Configuration\TypeElement.cs (2)
51this.type = Type.GetType(name, true, true); 57this.type = type;
6 references to type
System.Web.Services (6)
System\Web\Services\Configuration\SoapExtensionTypeElement.cs (1)
95return baseValue.type;
System\Web\Services\Configuration\TypeElement.cs (5)
30get { return ((TypeAndName)base[this.type]).type; } 62return type.GetHashCode(); 67return type.Equals(((TypeAndName) comparand).type); 93return castedValue.name == null ? castedValue.type.AssemblyQualifiedName : castedValue.name;