2 references to CachePathEnvironmentVariable
Microsoft.CodeAnalysis (2)
InternalUtilities\CompilerOptionParseUtilities.cs (2)
42if (Environment.GetEnvironmentVariable(CachePathEnvironmentVariable) is not { Length: > 0 } cachePath) 52log?.Invoke($"Normalizing {CachePathEnvironmentVariable} to /features:{UseGlobalCacheFeatureFlag}={cachePath}");