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