1 write to _binaryLogPath
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\BuildHostProcessManager.cs (1)
35
_binaryLogPath
= binaryLogPath;
2 references to _binaryLogPath
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\BuildHostProcessManager.cs (2)
242
if (
_binaryLogPath
is not null)
245
AddArgument(processStartInfo,
_binaryLogPath
);