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