8 references to CachePathEnvironmentVariable
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Core\Portable\InternalUtilities\CompilerOptionParseUtilities.cs (2)
42
if (Environment.GetEnvironmentVariable(
CachePathEnvironmentVariable
) is not { Length: > 0 } cachePath)
52
log?.Invoke($"Normalizing {
CachePathEnvironmentVariable
} to /features:{UseGlobalCacheFeatureFlag}={cachePath}");
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (6)
ManagedCompilerGlobalCacheTests.cs (6)
44
[new KeyValuePair<string, string?>(CompilerOptionParseUtilities.
CachePathEnvironmentVariable
, expectedPath)],
65
[new KeyValuePair<string, string?>(CompilerOptionParseUtilities.
CachePathEnvironmentVariable
, expectedPath)],
73
$"Normalizing {CompilerOptionParseUtilities.
CachePathEnvironmentVariable
} to /features:{CompilerOptionParseUtilities.UseGlobalCacheFeatureFlag}=\"{expectedPath}\"",
89
[new KeyValuePair<string, string?>(CompilerOptionParseUtilities.
CachePathEnvironmentVariable
, quotedPath)],
97
$"Normalizing {CompilerOptionParseUtilities.
CachePathEnvironmentVariable
} to /features:{CompilerOptionParseUtilities.UseGlobalCacheFeatureFlag}={quotedPath}",
182
: [new KeyValuePair<string, string?>(CompilerOptionParseUtilities.
CachePathEnvironmentVariable
, environmentCachePath)],