1 instantiation of DiscoveryRequest
Microsoft.VisualStudio.TestPlatform.Client (1)
TestPlatform.cs (1)
92
return 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.
75
throw new ObjectDisposedException(nameof(
DiscoveryRequest
));
117
throw new ObjectDisposedException(nameof(
DiscoveryRequest
));