1 implementation of IBinaryLogReplaySource
Microsoft.Build (1)
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (1)
64
IBinaryLogReplaySource
10 references to IBinaryLogReplaySource
Microsoft.Build (10)
Logging\BinaryLogger\BinaryLogger.cs (2)
350
var
replayEventSource = eventSource as
IBinaryLogReplaySource
;
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (6)
313
/// <inheritdoc cref="
IBinaryLogReplaySource
.DeferredInitialize"/>
314
void
IBinaryLogReplaySource
.DeferredInitialize(
323
/// <inheritdoc cref="
IBinaryLogReplaySource
.EmbeddedContentRead"/>
324
event Action<EmbeddedContentEventArgs>?
IBinaryLogReplaySource
.EmbeddedContentRead
349
/// <inheritdoc cref="
IBinaryLogReplaySource
.RawLogRecordReceived"/>
350
event Action<BinaryLogRecordKind, Stream>?
IBinaryLogReplaySource
.RawLogRecordReceived
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
149
/// <inheritdoc cref="
IBinaryLogReplaySource
.EmbeddedContentRead"/>
Logging\TerminalLogger\TerminalLogger.cs (1)
441
_isReplayMode = eventSource is
IBinaryLogReplaySource
;