2 writes to _typeName
System (2)
compmod\system\componentmodel\InstallerTypeAttribute.cs (2)
29
_typeName
= installerType.AssemblyQualifiedName;
36
_typeName
= typeName;
3 references to _typeName
System (3)
compmod\system\componentmodel\InstallerTypeAttribute.cs (3)
45
return Type.GetType(
_typeName
);
56
return (other != null) && other.
_typeName
==
_typeName
;