1 type derived from DiscoveryContext
Microsoft.TestPlatform.CrossPlatEngine (1)
Adapter\RunContext.cs (1)
12
public class RunContext :
DiscoveryContext
, IRunContext
1 instantiation of DiscoveryContext
Microsoft.TestPlatform.CrossPlatEngine (1)
Discovery\DiscovererEnumerator.cs (1)
148
var context = new
DiscoveryContext
{ RunSettings = settings };
2 references to DiscoveryContext
Microsoft.TestPlatform.CrossPlatEngine (2)
Discovery\DiscovererEnumerator.cs (2)
148
var
context = new DiscoveryContext { RunSettings = settings };
197
DiscoveryContext
context,