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