2 overrides of SetSavedLicenseKey
System (2)
compmod\system\componentmodel\design\DesigntimeLicenseContext.cs (1)
56public override void SetSavedLicenseKey(Type type, string key) {
compmod\system\componentmodel\LicenseManager.cs (1)
561public override void SetSavedLicenseKey(Type type, string key) {
2 references to SetSavedLicenseKey
System (2)
compmod\system\componentmodel\LicenseManager.cs (1)
533this.savedLicenseContext.SetSavedLicenseKey(this.savedType, Marshal.PtrToStringBSTR(bstrKey));
compmod\system\componentmodel\LicFileLicenseProvider.cs (1)
92context.SetSavedLicenseKey(type, lic.LicenseKey);