1 implementation of IBinaryLogReplaySource
Microsoft.Build (1)
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (1)
64
IBinaryLogReplaySource
9 references to IBinaryLogReplaySource
Microsoft.Build (9)
Logging\BinaryLogger\BinaryLogger.cs (2)
176
var
replayEventSource = eventSource as
IBinaryLogReplaySource
;
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (6)
300
/// <inheritdoc cref="
IBinaryLogReplaySource
.DeferredInitialize"/>
301
void
IBinaryLogReplaySource
.DeferredInitialize(
310
/// <inheritdoc cref="
IBinaryLogReplaySource
.EmbeddedContentRead"/>
311
event Action<EmbeddedContentEventArgs>?
IBinaryLogReplaySource
.EmbeddedContentRead
336
/// <inheritdoc cref="
IBinaryLogReplaySource
.RawLogRecordReceived"/>
337
event Action<BinaryLogRecordKind, Stream>?
IBinaryLogReplaySource
.RawLogRecordReceived
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
149
/// <inheritdoc cref="
IBinaryLogReplaySource
.EmbeddedContentRead"/>