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)
36
public virtual Type? InstallerType => Type.GetType(
_typeName
!);
45
return (obj is InstallerTypeAttribute other) && other.
_typeName
==
_typeName
;