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