2 implementations of BeforeClose
NuGet.Protocol (2)
Plugins\NoOpDisposePlugin.cs (1)
18public event EventHandler? BeforeClose
Plugins\Plugin.cs (1)
26public event EventHandler? BeforeClose;
2 references to BeforeClose
NuGet.Protocol (2)
Plugins\NoOpDisposePlugin.cs (2)
22_plugin.BeforeClose += value; 26_plugin.BeforeClose -= value;