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)
90
if (
_binaryLogPath
!= null)
92
logger = new BinaryLogger { Parameters =
_binaryLogPath
};
93
Logger.LogInformation($"Logging builds to {
_binaryLogPath
}");