1 write to _binaryLogPath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
AbstractBuildHost.cs (1)
124_binaryLogPath = binlogPath;
3 references to _binaryLogPath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
AbstractBuildHost.cs (3)
90if (_binaryLogPath != null) 92logger = new BinaryLogger { Parameters = _binaryLogPath }; 93Logger.LogInformation($"Logging builds to {_binaryLogPath}");