2 references to CachePathEnvironmentVariable
Metrics (2)
src\Compilers\Core\Portable\InternalUtilities\CompilerOptionParseUtilities.cs (2)
42
if (Environment.GetEnvironmentVariable(
CachePathEnvironmentVariable
) is not { Length: > 0 } cachePath)
52
log?.Invoke($"Normalizing {
CachePathEnvironmentVariable
} to /features:{UseGlobalCacheFeatureFlag}={cachePath}");