1 instantiation of BinaryLogReaderErrorEventArgs
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
289
RecoverableReadError?.Invoke(new
BinaryLogReaderErrorEventArgs
(readerErrorType, recordKind, msgFactory));
7 references to BinaryLogReaderErrorEventArgs
Microsoft.Build (3)
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (1)
86
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;
Microsoft.Build.Engine.UnitTests (4)
BuildEventArgsSerialization_Tests.cs (4)
1008
List<
BinaryLogReaderErrorEventArgs
> readerErrors = new();
1063
List<
BinaryLogReaderErrorEventArgs
> readerErrors = new();
1119
List<
BinaryLogReaderErrorEventArgs
> readerErrors = new();
1175
List<
BinaryLogReaderErrorEventArgs
> readerErrors = new();