2 references to CachePathEnvironmentVariable
Roslyn.Diagnostics.Analyzers (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\CompilerOptionParseUtilities.cs (2)
45
if (getEnvironmentVariable(
CachePathEnvironmentVariable
) is not { Length: > 0 } cachePath)
55
log?.Invoke($"Normalizing {
CachePathEnvironmentVariable
} to /features:{UseGlobalCacheFeatureFlag}={cachePath}");