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