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