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