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