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)
90TPDebug.Assert(_dataCollectionManager is not null, "_dataCollectionManager is null"); 92_dataCollectionManager.TestCaseStarted(testCaseStartEventArgs); 114TPDebug.Assert(_dataCollectionManager is not null, "_dataCollectionManager is null"); 116attachmentSets = _dataCollectionManager.TestCaseEnded(testCaseEndEventArgs);