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