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