2 references to TestExecId
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
DataCollector\Common\TestExecId.cs (1)
27public static TestExecId Empty { get; } = new TestExecId(Guid.Empty);
DataCollector\DataCollectionContext.cs (1)
72: this(sessionId, new TestExecId(testCase.Id))