1 write to LogFilePath
Microsoft.Build (1)
Logging\BinaryLogger\BinaryLogger.cs (1)
209
result.
LogFilePath
= filePath;
4 references to LogFilePath
Microsoft.Build (2)
Logging\BinaryLogger\BinaryLogger.cs (2)
651
if (parsedParams.
LogFilePath
== null)
667
FilePath = parsedParams.
LogFilePath
;
Microsoft.Build.Engine.UnitTests (2)
BinaryLogger_Tests.cs (2)
699
result.
LogFilePath
.ShouldBe(expectedLogFilePath);
723
result.
LogFilePath
.ShouldBeNull();