7 references to CachePathValue
mscorlib (7)
system\appdomain.cs (3)
2525
case (int) AppDomainSetup.LoaderInformation.
CachePathValue
:
4358
if (FusionStore.Value[(int) AppDomainSetup.LoaderInformation.
CachePathValue
] != null)
4362
FusionStore.Value[(int) AppDomainSetup.LoaderInformation.
CachePathValue
]);
system\AppDomainSetup.cs (4)
1144
return VerifyDir(Value[(int) LoaderInformation.
CachePathValue
], false);
1150
Value[(int) LoaderInformation.
CachePathValue
] = NormalizePath(value, false);
1309
UpdateContextPropertyIfNeeded(LoaderInformation.
CachePathValue
, CachePathKey, null, fusionContext, oldADS);
1367
if (s == ACTAG_APP_CACHE_BASE) return (int)LoaderInformation.
CachePathValue
;