1 write to _dataCollectionManager
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionTestCaseEventHandler.cs (1)
45
_dataCollectionManager
= dataCollectionManager;
4 references to _dataCollectionManager
Microsoft.TestPlatform.CommunicationUtilities (4)
DataCollectionTestCaseEventHandler.cs (4)
90
TPDebug.Assert(
_dataCollectionManager
is not null, "_dataCollectionManager is null");
92
_dataCollectionManager
.TestCaseStarted(testCaseStartEventArgs);
114
TPDebug.Assert(
_dataCollectionManager
is not null, "_dataCollectionManager is null");
116
attachmentSets =
_dataCollectionManager
.TestCaseEnded(testCaseEndEventArgs);