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