1 instantiation of TestSessionStartArgs
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\InProcDataCollectionExtensionManager.cs (1)
121TestSessionStartArgs testSessionStartArgs = new(GetSessionStartProperties(e));
7 references to TestSessionStartArgs
Microsoft.TestPlatform.CrossPlatEngine (3)
DataCollection\InProcDataCollectionExtensionManager.cs (1)
121TestSessionStartArgs testSessionStartArgs = new(GetSessionStartProperties(e));
DataCollection\InProcDataCollector.cs (2)
120var testSessionStartArgs = (TestSessionStartArgs)methodArg;
Microsoft.VisualStudio.TestPlatform.ObjectModel (4)
DataCollector\InProcDataCollector\InProcDataCollector.cs (1)
27void TestSessionStart(TestSessionStartArgs testSessionStartArgs);
DataCollector\InProcDataCollector\TestSessionStartArgs.cs (3)
18/// Initializes a new instance of the <see cref="TestSessionStartArgs"/> class. 26/// Initializes a new instance of the <see cref="TestSessionStartArgs"/> class. 38/// Initializes a new instance of the <see cref="TestSessionStartArgs"/> class.