1 implementation of RawLogRecordReceived
Microsoft.Build (1)
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (1)
337
event Action<BinaryLogRecordKind, Stream>? IBinaryLogReplaySource.
RawLogRecordReceived
2 references to RawLogRecordReceived
Microsoft.Build (2)
Logging\BinaryLogger\BinaryLogger.cs (1)
260
replayEventSource.
RawLogRecordReceived
+= RawEvents_LogDataSliceReceived;
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (1)
336
/// <inheritdoc cref="IBinaryLogReplaySource.
RawLogRecordReceived
"/>