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