8 references to DevPathValue
mscorlib (8)
system\appdomain.cs (2)
2407case (int) AppDomainSetup.LoaderInformation.DevPathValue: 2515case (int) AppDomainSetup.LoaderInformation.DevPathValue:
system\AppDomainSetup.cs (6)
858String dirs = Value[(int) LoaderInformation.DevPathValue]; 867Value[(int) LoaderInformation.DevPathValue] = null; 887Value[(int) LoaderInformation.DevPathValue] = null; 889Value[(int) LoaderInformation.DevPathValue] = newString; 1292UpdateContextPropertyIfNeeded(LoaderInformation.DevPathValue, DeveloperPathKey, null, fusionContext, oldADS); 1371if (s == ACTAG_DEV_PATH) return (int)LoaderInformation.DevPathValue;