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