1 implementation of IBinaryLogReplaySource
Microsoft.Build (1)
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (1)
64IBinaryLogReplaySource
9 references to IBinaryLogReplaySource
Microsoft.Build (9)
Logging\BinaryLogger\BinaryLogger.cs (2)
166var 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)
148/// <inheritdoc cref="IBinaryLogReplaySource.EmbeddedContentRead"/>