1 write to helperContext
System (1)
compmod\system\componentmodel\LicenseManager.cs (1)
472
helperContext
= new DesigntimeLicenseContext();
4 references to helperContext
System (4)
compmod\system\componentmodel\LicenseManager.cs (4)
471
if (
helperContext
== null) {
475
helperContext
.savedLicenseKeys.Clear();
478
if (LicenseManager.ValidateInternalRecursive(
helperContext
, type, null, false, out license, out licenseKey)) {
480
if (
helperContext
.savedLicenseKeys.Contains(type.AssemblyQualifiedName)) {