1 instantiation of DiscoveryRequest
Microsoft.VisualStudio.TestPlatform.Client (1)
TestPlatform.cs (1)
92return new DiscoveryRequest(requestData, discoveryCriteria, discoveryManager, loggerManager);
4 references to DiscoveryRequest
Microsoft.VisualStudio.TestPlatform.Client (4)
Discovery\DiscoveryRequest.cs (4)
31/// Initializes a new instance of the <see cref="DiscoveryRequest"/> class. 43/// Initializes a new instance of the <see cref="DiscoveryRequest"/> class. 75throw new ObjectDisposedException(nameof(DiscoveryRequest)); 117throw new ObjectDisposedException(nameof(DiscoveryRequest));