7 references to DisallowAppBaseProbingValue
mscorlib (7)
system\appdomain.cs (2)
2431case (int) AppDomainSetup.LoaderInformation.DisallowAppBaseProbingValue: 2535case (int) AppDomainSetup.LoaderInformation.DisallowAppBaseProbingValue:
system\AppDomainSetup.cs (5)
789return (Value[(int) LoaderInformation.DisallowAppBaseProbingValue] != null); 794Value[(int) LoaderInformation.DisallowAppBaseProbingValue] = "true"; 796Value[(int) LoaderInformation.DisallowAppBaseProbingValue] = null; 1297UpdateBooleanContextPropertyIfNeeded(LoaderInformation.DisallowAppBaseProbingValue, DisallowAppBaseProbingKey, fusionContext, oldADS); 1375if (s == ACTAG_DISALLOW_APP_BASE_PROBING) return (int)LoaderInformation.DisallowAppBaseProbingValue;