1 instantiation of DataCollectionAttachmentManager
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectionManager.cs (1)
84internal DataCollectionManager(IMessageSink messageSink, IRequestData requestData, ITelemetryReporter telemetryReporter) : this(new DataCollectionAttachmentManager(), messageSink, new DataCollectionTelemetryManager(requestData), telemetryReporter)
2 references to DataCollectionAttachmentManager
Microsoft.VisualStudio.TestPlatform.Common (2)
DataCollection\DataCollectionAttachmentManager.cs (2)
67/// Initializes a new instance of the <see cref="DataCollectionAttachmentManager"/> class. 75/// Initializes a new instance of the <see cref="DataCollectionAttachmentManager"/> class.