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