1 write to _binaryLogPath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
BuildHost.cs (1)
32
_binaryLogPath
= binaryLogPath;
3 references to _binaryLogPath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
BuildHost.cs (3)
115
if (
_binaryLogPath
!= null)
117
logger = new BinaryLogger { Parameters =
_binaryLogPath
};
118
_logger.LogInformation($"Logging builds to {
_binaryLogPath
}");