2 instantiations of PluginEventArgs
NuGet.Protocol (2)
Plugins\Plugin.cs (2)
221Exited?.Invoke(this, new PluginEventArgs(this)); 231Idle?.Invoke(this, new PluginEventArgs(this));
5 references to PluginEventArgs
NuGet.Protocol (5)
Plugins\Plugin.cs (2)
38public event EventHandler<PluginEventArgs> Exited; 48public event EventHandler<PluginEventArgs> Idle;
Plugins\PluginEventArgs.cs (1)
21/// Instantiates a new <see cref="PluginEventArgs" /> class.
Plugins\PluginFactory.cs (2)
418private void OnPluginExited(object sender, PluginEventArgs e) 423private void OnPluginIdle(object sender, PluginEventArgs e)