1 override of GetLicense
System.ComponentModel.TypeConverter (1)
System\ComponentModel\LicFileLicenseProvider.cs (1)
48public override License? GetLicense(LicenseContext context, Type type, object? instance, bool allowExceptions)
1 reference to GetLicense
System.ComponentModel.TypeConverter (1)
System\ComponentModel\LicenseManager.cs (1)
297license = provider.GetLicense(context, type, instance, allowExceptions);