3 references to UseGlobalCacheFeatureFlag
Microsoft.CodeAnalysis (2)
InternalUtilities\CompilerOptionParseUtilities.cs (2)
52log?.Invoke($"Normalizing {CachePathEnvironmentVariable} to /features:{UseGlobalCacheFeatureFlag}={cachePath}"); 53arguments.Insert(0, $"/features:{UseGlobalCacheFeatureFlag}={cachePath}");
VBCSCompiler (1)
src\roslyn\src\Compilers\Server\VBCSCompiler\CompilationCache.cs (1)
97if (!features.TryGetValue(CompilerOptionParseUtilities.UseGlobalCacheFeatureFlag, out var featureValue) || featureValue is null)