2 instantiations of PluginEventArgs
NuGet.Protocol (2)
Plugins\Plugin.cs (2)
219Exited?.Invoke(this, new PluginEventArgs(this)); 229Idle?.Invoke(this, new PluginEventArgs(this));
5 references to PluginEventArgs
NuGet.Protocol (5)
Plugins\Plugin.cs (2)
36public event EventHandler<PluginEventArgs>? Exited; 46public event EventHandler<PluginEventArgs>? Idle;
Plugins\PluginEventArgs.cs (1)
19/// Instantiates a new <see cref="PluginEventArgs" /> class.
Plugins\PluginFactory.cs (2)
421private void OnPluginExited(object? sender, PluginEventArgs e) 426private void OnPluginIdle(object? sender, PluginEventArgs e)