3 writes to type
System (3)
compmod\system\componentmodel\LicenseException.cs (3)
41this.type = type; 50this.type = type; 59type = (Type) info.GetValue("type", typeof(Type));
2 references to type
System (2)
compmod\system\componentmodel\LicenseException.cs (2)
68return type; 81info.AddValue("type", type);