1 interface inheriting from IBuildEventArgsReaderNotifications
Microsoft.Build (1)
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (1)
19
IBuildEventArgsReaderNotifications
1 implementation of IBuildEventArgsReaderNotifications
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
26
public class BuildEventArgsReader :
IBuildEventArgsReaderNotifications
, IDisposable
15 references to IBuildEventArgsReaderNotifications
Microsoft.Build (15)
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (5)
85
/// <inheritdoc cref="
IBuildEventArgsReaderNotifications
.RecoverableReadError"/>
320
/// <inheritdoc cref="
IBuildEventArgsReaderNotifications
.StringReadDone"/>
321
event Action<StringReadEventArgs>?
IBuildEventArgsReaderNotifications
.StringReadDone
328
/// <inheritdoc cref="
IBuildEventArgsReaderNotifications
.ArchiveFileEncountered"/>
329
event Action<ArchiveFileEventArgs>?
IBuildEventArgsReaderNotifications
.ArchiveFileEncountered
Logging\BinaryLogger\BuildEventArgsReader.cs (3)
129
/// Receives recoverable errors during reading. See <see cref="
IBuildEventArgsReaderNotifications
.RecoverableReadError"/> for documentation on arguments.
143
/// <inheritdoc cref="
IBuildEventArgsReaderNotifications
.StringReadDone"/>
152
/// <inheritdoc cref="
IBuildEventArgsReaderNotifications
.ArchiveFileEncountered"/>
Logging\BinaryLogger\Postprocessing\ArchiveFile.cs (1)
14
/// Used in <see cref="
IBuildEventArgsReaderNotifications
.ArchiveFileEncountered"/> event.
Logging\BinaryLogger\Postprocessing\ArchiveFileEventArgs.cs (1)
9
/// Event arguments for <see cref="
IBuildEventArgsReaderNotifications
.ArchiveFileEncountered"/> event.
Logging\BinaryLogger\Postprocessing\ArchiveFileEventArgsExtensions.cs (2)
11
/// Helper method that allows to subscribe to <see cref="
IBuildEventArgsReaderNotifications
.ArchiveFileEncountered"/> event via <see cref="
IBuildEventArgsReaderNotifications
.StringReadDone"/> event handler.
Logging\BinaryLogger\Postprocessing\BinaryLogReaderErrorEventArgs.cs (1)
16
/// An event args for <see cref="
IBuildEventArgsReaderNotifications
.RecoverableReadError"/> event.
Logging\BinaryLogger\Postprocessing\IBuildEventArgsReaderNotifications.cs (1)
23
/// it can simplify subscribing to this event, by using handler with same signature as handler for <see cref="
IBuildEventArgsReaderNotifications
.StringReadDone"/> and wrapping it via
Logging\BinaryLogger\Postprocessing\StringReadEventArgs.cs (1)
9
/// An event args for <see cref="
IBuildEventArgsReaderNotifications
.StringReadDone"/> callback.