7 references to ShadowCopyDirectoriesValue
mscorlib (7)
system\appdomain.cs (2)
2410case (int) AppDomainSetup.LoaderInformation.ShadowCopyDirectoriesValue: 2521case (int) AppDomainSetup.LoaderInformation.ShadowCopyDirectoriesValue:
system\AppDomainSetup.cs (5)
1097String dirs = Value[(int) LoaderInformation.ShadowCopyDirectoriesValue]; 1105Value[(int) LoaderInformation.ShadowCopyDirectoriesValue] = value; 1303if(Value[(int) LoaderInformation.ShadowCopyDirectoriesValue] == null) 1306UpdateContextPropertyIfNeeded(LoaderInformation.ShadowCopyDirectoriesValue, ShadowCopyDirectoriesKey, null, fusionContext, oldADS); 1387if (s == ACTAG_APP_SHADOW_COPY_DIRS) return (int)LoaderInformation.ShadowCopyDirectoriesValue;