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