5 references to PrivateBinPathProbeValue
mscorlib (5)
system\appdomain.cs (1)
2519case (int) AppDomainSetup.LoaderInformation.PrivateBinPathProbeValue:
system\AppDomainSetup.cs (4)
1076return Value[(int) LoaderInformation.PrivateBinPathProbeValue]; 1080Value[(int) LoaderInformation.PrivateBinPathProbeValue] = value; 1310UpdateContextPropertyIfNeeded(LoaderInformation.PrivateBinPathProbeValue, PrivateBinPathProbeKey, PrivateBinPathProbe, fusionContext, oldADS); 1364if (s == ACTAG_BINPATH_PROBE_ONLY) return (int)LoaderInformation.PrivateBinPathProbeValue;