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