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)
237if (_binaryLogPath is not null) 240AddArgument(processStartInfo, _binaryLogPath);