3 references to GetAttributes
Microsoft.VisualStudio.TestPlatform.Common (3)
DataCollection\DataCollectorConfig.cs (3)
84var typeUriAttributes = GetAttributes(dataCollectorType, typeof(DataCollectorTypeUriAttribute)); 104var attachmentsProcessor = GetAttributes(dataCollectorType, typeof(DataCollectorAttachmentProcessorAttribute)); 125var friendlyNameAttributes = GetAttributes(dataCollectorType, typeof(DataCollectorFriendlyNameAttribute));