4 references to LicenseFileValue
mscorlib (4)
system\appdomain.cs (1)
2527case (int) AppDomainSetup.LoaderInformation.LicenseFileValue:
system\AppDomainSetup.cs (3)
1167return VerifyDir(Value[(int) LoaderInformation.LicenseFileValue], true); 1173Value[(int) LoaderInformation.LicenseFileValue] = value; 1381if (s == LICENSE_FILE) return (int)LoaderInformation.LicenseFileValue;