1 write to _dataCollectionManager
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionTestCaseEventHandler.cs (1)
54
_dataCollectionManager
= dataCollectionManager;
4 references to _dataCollectionManager
Microsoft.TestPlatform.CommunicationUtilities (4)
DataCollectionTestCaseEventHandler.cs (4)
99
TPDebug.Assert(
_dataCollectionManager
is not null, "_dataCollectionManager is null");
101
_dataCollectionManager
.TestCaseStarted(testCaseStartEventArgs);
123
TPDebug.Assert(
_dataCollectionManager
is not null, "_dataCollectionManager is null");
125
attachmentSets =
_dataCollectionManager
.TestCaseEnded(testCaseEndEventArgs);