2 instantiations of CLRLicenseContext
System.ComponentModel.TypeConverter (2)
System\ComponentModel\LicenseManager.LicenseInteropHelper.cs (2)
27
return new
CLRLicenseContext
(type, LicenseUsageMode.Designtime);
32
var cxt = new
CLRLicenseContext
(type, LicenseUsageMode.Runtime);
3 references to CLRLicenseContext
System.ComponentModel.TypeConverter (3)
System\ComponentModel\LicenseManager.LicenseInteropHelper.cs (3)
25
public static
CLRLicenseContext
CreateDesignContext(Type type)
30
public static
CLRLicenseContext
CreateRuntimeContext(Type type, string? key)
32
var
cxt = new CLRLicenseContext(type, LicenseUsageMode.Runtime);