1 instantiation of LineReadEventArgs
NuGet.Protocol (1)
Plugins\PluginProcess.cs (1)
165
LineRead?.Invoke(sender, new
LineReadEventArgs
(e.Data));
4 references to LineReadEventArgs
NuGet.Protocol (4)
Plugins\IPluginProcess.cs (1)
16
event EventHandler<
LineReadEventArgs
> LineRead;
Plugins\LineReadEventArgs.cs (1)
19
/// Instantiates a new <see cref="
LineReadEventArgs
" /> class.
Plugins\PluginProcess.cs (1)
36
public event EventHandler<
LineReadEventArgs
>? LineRead;
Plugins\StandardOutputReceiver.cs (1)
101
private void OnLineRead(object? sender,
LineReadEventArgs
e)