1 override of GetLicense
System (1)
compmod\system\componentmodel\LicFileLicenseProvider.cs (1)
51
public override License
GetLicense
(LicenseContext context, Type type, object instance, bool allowExceptions) {
1 reference to GetLicense
System (1)
compmod\system\componentmodel\LicenseManager.cs (1)
294
license = provider.
GetLicense
(context, type, instance, allowExceptions);