2 writes to type
System (2)
net\System\Net\Configuration\WebRequestModuleElement.cs (2)
96this.type = Type.GetType(name, true, true); 102this.type = type;
5 references to type
System (5)
net\System\Net\Configuration\WebRequestModuleElement.cs (5)
60return typeName.type; 107return type.GetHashCode(); 112return type.Equals(((TypeAndName) comparand).type); 138return castedValue.name == null ? castedValue.type.AssemblyQualifiedName : castedValue.name;