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