1 implementation of LineRead
NuGet.Protocol (1)
Plugins\PluginProcess.cs (1)
36public event EventHandler<LineReadEventArgs>? LineRead;
2 references to LineRead
NuGet.Protocol (2)
Plugins\StandardOutputReceiver.cs (2)
73_process.LineRead -= OnLineRead; 95_process.LineRead += OnLineRead;