2 writes to _typeName
System.ComponentModel.TypeConverter (2)
System\ComponentModel\InstallerTypeAttribute.cs (2)
24_typeName = installerType.AssemblyQualifiedName; 29_typeName = typeName;
3 references to _typeName
System.ComponentModel.TypeConverter (3)
System\ComponentModel\InstallerTypeAttribute.cs (3)
36public virtual Type? InstallerType => Type.GetType(_typeName!); 45return (obj is InstallerTypeAttribute other) && other._typeName == _typeName;