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