4 writes to typeName
System (4)
compmod\system\componentmodel\EditorAttribute.cs (4)
30
this.
typeName
= string.Empty;
41
this.
typeName
= typeName;
51
this.
typeName
= typeName;
60
this.
typeName
= type.AssemblyQualifiedName;
3 references to typeName
System (3)
compmod\system\componentmodel\EditorAttribute.cs (3)
78
return
typeName
;
113
return (other != null) && other.
typeName
==
typeName
&& other.baseTypeName == baseTypeName;