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)
99TPDebug.Assert(_dataCollectionManager is not null, "_dataCollectionManager is null"); 101_dataCollectionManager.TestCaseStarted(testCaseStartEventArgs); 123TPDebug.Assert(_dataCollectionManager is not null, "_dataCollectionManager is null"); 125attachmentSets = _dataCollectionManager.TestCaseEnded(testCaseEndEventArgs);