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