2 references to GetTempPath
Microsoft.Build.Tasks.CodeAnalysis (2)
src\roslyn\src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
531
string? tempDirectory = TaskEnvironment.
GetTempPath
();
src\roslyn\src\Compilers\Core\MSBuildTask\TaskBuildEnvironment.cs (1)
31
public string? GetTempPath() => TaskEnvironment.
GetTempPath
();