1 implementation of IDataCollectionAttachmentManager
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectionAttachmentManager.cs (1)
37internal class DataCollectionAttachmentManager : IDataCollectionAttachmentManager, IDisposable
5 references to IDataCollectionAttachmentManager
Microsoft.VisualStudio.TestPlatform.Common (5)
DataCollection\DataCollectionManager.cs (2)
44private readonly IDataCollectionAttachmentManager _attachmentManager; 102protected DataCollectionManager(IDataCollectionAttachmentManager datacollectionAttachmentManager, IMessageSink messageSink, IDataCollectionTelemetryManager dataCollectionTelemetryManager, ITelemetryReporter telemetryReporter)
DataCollection\DataCollectorInformation.cs (1)
46internal DataCollectorInformation(ObjectModel.DataCollection.DataCollector dataCollector, XmlElement? configurationElement, DataCollectorConfig dataCollectorConfig, DataCollectionEnvironmentContext? environmentContext, IDataCollectionAttachmentManager attachmentManager, TestPlatformDataCollectionEvents events, IMessageSink messageSink, string settingsXml)
DataCollection\TestPlatformDataCollectionSink.cs (2)
28internal TestPlatformDataCollectionSink(IDataCollectionAttachmentManager attachmentManager, DataCollectorConfig dataCollectorConfig) 42private IDataCollectionAttachmentManager AttachmentManager