1 instantiation of CLRLicenseContext
System (1)
compmod\system\componentmodel\LicenseManager.cs (1)
402CLRLicenseContext licensecontext = new CLRLicenseContext(fDesignTime != 0 ? LicenseUsageMode.Designtime : LicenseUsageMode.Runtime, type);
1 reference to CLRLicenseContext
System (1)
compmod\system\componentmodel\LicenseManager.cs (1)
402CLRLicenseContext licensecontext = new CLRLicenseContext(fDesignTime != 0 ? LicenseUsageMode.Designtime : LicenseUsageMode.Runtime, type);