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