6 references to ShadowCopyFilesValue
mscorlib (6)
system\appdomain.cs (1)
2523case (int) AppDomainSetup.LoaderInformation.ShadowCopyFilesValue:
system\AppDomainSetup.cs (5)
1119return Value[(int) LoaderInformation.ShadowCopyFilesValue]; 1125Value[(int) LoaderInformation.ShadowCopyFilesValue] = value; 1127Value[(int) LoaderInformation.ShadowCopyFilesValue] = null; 1299if(UpdateContextPropertyIfNeeded(LoaderInformation.ShadowCopyFilesValue, ShadowCopyFilesKey, ShadowCopyFiles, fusionContext, oldADS)) { 1378if (s == ACTAG_FORCE_CACHE_INSTALL) return (int)LoaderInformation.ShadowCopyFilesValue;