4 writes to baseTypeName
System (4)
compmod\system\componentmodel\EditorAttribute.cs (4)
31
this.
baseTypeName
= string.Empty;
42
this.
baseTypeName
= baseTypeName;
52
this.
baseTypeName
= baseType.AssemblyQualifiedName;
61
this.
baseTypeName
= baseType.AssemblyQualifiedName;
4 references to baseTypeName
System (4)
compmod\system\componentmodel\EditorAttribute.cs (4)
69
return
baseTypeName
;
95
string baseType =
baseTypeName
;
113
return (other != null) && other.typeName == typeName && other.
baseTypeName
==
baseTypeName
;