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