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