8 references to PrivateBinPathValue
mscorlib (8)
system\appdomain.cs (3)
2283String current = FusionStore.Value[(int) AppDomainSetup.LoaderInformation.PrivateBinPathValue]; 2517case (int) AppDomainSetup.LoaderInformation.PrivateBinPathValue: 3560if(info.Value[(int) AppDomainSetup.LoaderInformation.PrivateBinPathValue] == null)
system\AppDomainSetup.cs (5)
1053String dirs = Value[(int) LoaderInformation.PrivateBinPathValue]; 1061Value[(int) LoaderInformation.PrivateBinPathValue] = value; 1291UpdateContextPropertyIfNeeded(LoaderInformation.PrivateBinPathValue, PrivateBinPathKey, null, fusionContext, oldADS); 1384if (s == ACTAG_APP_PRIVATE_BINPATH) return (int)LoaderInformation.PrivateBinPathValue; 1403String binPath = Value[(int) LoaderInformation.PrivateBinPathValue];