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