3 writes to typeName
System (3)
compmod\system\componentmodel\TypeConverterAttribute.cs (3)
42this.typeName = string.Empty; 52this.typeName = type.AssemblyQualifiedName; 62this.typeName = typeName;
3 references to typeName
System (3)
compmod\system\componentmodel\TypeConverterAttribute.cs (3)
72return typeName; 78return (other != null) && other.ConverterTypeName == typeName; 82return typeName.GetHashCode();