1 instantiation of BinaryLogReaderErrorEventArgs
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
289
RecoverableReadError?.Invoke(new
BinaryLogReaderErrorEventArgs
(readerErrorType, recordKind, msgFactory));
3 references to BinaryLogReaderErrorEventArgs
Microsoft.Build (3)
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (1)
93
public event Action<
BinaryLogReaderErrorEventArgs
>? RecoverableReadError;
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
132
public event Action<
BinaryLogReaderErrorEventArgs
>? RecoverableReadError;
Logging\BinaryLogger\Postprocessing\IBuildEventArgsReaderNotifications.cs (1)
48
event Action<
BinaryLogReaderErrorEventArgs
>? RecoverableReadError;