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