1 implementation of GetInvokedDataCollectors
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectionManager.cs (1)
266public Collection<InvokedDataCollector> GetInvokedDataCollectors()
1 reference to GetInvokedDataCollectors
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionRequestHandler.cs (1)
383var invokedDataCollectors = _dataCollectionManager.GetInvokedDataCollectors();