2 implementations of OutputFilePaths
Microsoft.Build (2)
Logging\BinaryLogger\BinaryLogger.cs (1)
303IReadOnlyList<string> IFileOutputLogger.OutputFilePaths
Logging\FileLogger.cs (1)
247System.Collections.Generic.IReadOnlyList<string> IFileOutputLogger.OutputFilePaths => new[] { FilePath };
1 reference to OutputFilePaths
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
424foreach (string outputFilePath in fileLogger.OutputFilePaths)