2 implementations of BeforeClose
NuGet.Protocol (2)
Plugins\NoOpDisposePlugin.cs (1)
20public event EventHandler BeforeClose
Plugins\Plugin.cs (1)
28public event EventHandler BeforeClose;
2 references to BeforeClose
NuGet.Protocol (2)
Plugins\NoOpDisposePlugin.cs (2)
24_plugin.BeforeClose += value; 28_plugin.BeforeClose -= value;