2 writes to TestCase
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
DataCollector\DataCollectionContext.cs (2)
38
TestCase
= testCase;
74
TestCase
= testCase;
2 references to TestCase
Microsoft.TestPlatform.CrossPlatEngine (2)
DataCollection\InProcDataCollectionSink.cs (2)
29
ValidateArg.NotNullOrEmpty(dataCollectionContext?.
TestCase
?.Id.ToString(), "dataCollectionContext.TestCase.Id");
31
var testCaseId = dataCollectionContext!.
TestCase
!.Id;