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