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