3 overrides of GetSavedLicenseKey
System (3)
compmod\system\componentmodel\design\DesigntimeLicenseContext.cs (2)
48
public override string
GetSavedLicenseKey
(Type type, Assembly resourceAssembly) {
81
public override string
GetSavedLicenseKey
(Type type, Assembly resourceAssembly) {
compmod\system\componentmodel\LicenseManager.cs (1)
558
public override string
GetSavedLicenseKey
(Type type, Assembly resourceAssembly) {
2 references to GetSavedLicenseKey
System (2)
compmod\system\componentmodel\LicenseManager.cs (1)
521
String key = this.savedLicenseContext.
GetSavedLicenseKey
(this.savedType, null);
compmod\system\componentmodel\LicFileLicenseProvider.cs (1)
57
string key = context.
GetSavedLicenseKey
(type, null);