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