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