2 references to UseGlobalCacheFeatureFlag
Roslyn.Diagnostics.Analyzers (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\CompilerOptionParseUtilities.cs (2)
55
log?.Invoke($"Normalizing {CachePathEnvironmentVariable} to /features:{
UseGlobalCacheFeatureFlag
}={cachePath}");
56
arguments.Insert(0, $"/features:{
UseGlobalCacheFeatureFlag
}={cachePath}");