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