4 references to DataCollectorAttachmentProcessorAttribute
Microsoft.VisualStudio.TestPlatform.Common (3)
DataCollection\DataCollectorConfig.cs (3)
104
var attachmentsProcessor = GetAttributes(dataCollectorType, typeof(
DataCollectorAttachmentProcessorAttribute
));
107
var
attachmenstProcessorsAttribute = (
DataCollectorAttachmentProcessorAttribute
)attachmentsProcessor[0];
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
DataCollector\Attributes\DataCollectorAttachmentProcessor.cs (1)
15
/// Initializes a new instance of the <see cref="
DataCollectorAttachmentProcessorAttribute
"/> class.