2 references to 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);