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