1 write to savedType
System (1)
compmod\system\componentmodel\LicenseManager.cs (1)
514
this.
savedType
= Type.GetTypeFromHandle(rth);
2 references to savedType
System (2)
compmod\system\componentmodel\LicenseManager.cs (2)
521
String key = this.savedLicenseContext.GetSavedLicenseKey(this.
savedType
, null);
533
this.savedLicenseContext.SetSavedLicenseKey(this.
savedType
, Marshal.PtrToStringBSTR(bstrKey));