1 write to _handleDiscoveryComplete
vstest.console (1)
HandlerToEventsRegistrarAdapter.cs (1)
25
_handleDiscoveryComplete
+= (_, e) => _handler.HandleDiscoveryComplete(e, null);
2 references to _handleDiscoveryComplete
vstest.console (2)
HandlerToEventsRegistrarAdapter.cs (2)
50
discoveryRequest.OnDiscoveryComplete +=
_handleDiscoveryComplete
;
58
discoveryRequest.OnDiscoveryComplete -=
_handleDiscoveryComplete
;