2 references to UseGlobalCacheFeatureFlag
Metrics (2)
src\Compilers\Core\Portable\InternalUtilities\CompilerOptionParseUtilities.cs (2)
52
log?.Invoke($"Normalizing {CachePathEnvironmentVariable} to /features:{
UseGlobalCacheFeatureFlag
}={cachePath}");
53
arguments.Insert(0, $"/features:{
UseGlobalCacheFeatureFlag
}={cachePath}");