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)
50discoveryRequest.OnDiscoveryComplete += _handleDiscoveryComplete; 58discoveryRequest.OnDiscoveryComplete -= _handleDiscoveryComplete;