1 instantiation of TestCaseStartArgs
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\InProcDataCollectionExtensionManager.cs (1)
151var testCaseStartArgs = new TestCaseStartArgs(e.TestElement);
3 references to TestCaseStartArgs
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\InProcDataCollectionExtensionManager.cs (1)
151var testCaseStartArgs = new TestCaseStartArgs(e.TestElement);
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
DataCollector\InProcDataCollector\InProcDataCollector.cs (1)
35void TestCaseStart(TestCaseStartArgs testCaseStartArgs);
DataCollector\InProcDataCollector\TestCaseStartArgs.cs (1)
12/// Initializes a new instance of the <see cref="TestCaseStartArgs"/> class.