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