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)
45return Type.GetType(_typeName); 56return (other != null) && other._typeName == _typeName;