3 references to FormatErrorMessage
Microsoft.Build (3)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
280void HandleError(FormatErrorMessage msgFactory, bool noThrow, ReaderErrorType readerErrorType, BinaryLogRecordKind recordKind, Exception? innerException = null)
Logging\BinaryLogger\Postprocessing\BinaryLogReaderErrorEventArgs.cs (2)
20private readonly FormatErrorMessage _formatErrorMessage; 25FormatErrorMessage formatErrorMessage)