1 implementation of IBinaryLogReplaySource
Microsoft.Build (1)
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (1)
64IBinaryLogReplaySource
10 references to IBinaryLogReplaySource
Microsoft.Build (10)
Logging\BinaryLogger\BinaryLogger.cs (2)
350var replayEventSource = eventSource as IBinaryLogReplaySource;
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (6)
300/// <inheritdoc cref="IBinaryLogReplaySource.DeferredInitialize"/> 301void IBinaryLogReplaySource.DeferredInitialize( 310/// <inheritdoc cref="IBinaryLogReplaySource.EmbeddedContentRead"/> 311event Action<EmbeddedContentEventArgs>? IBinaryLogReplaySource.EmbeddedContentRead 336/// <inheritdoc cref="IBinaryLogReplaySource.RawLogRecordReceived"/> 337event 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;