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