4 references to GetApplicableExportAttributes
Roslyn.Diagnostics.Analyzers (4)
ExportedPartsShouldHaveImportingConstructor.cs (1)
74var exportAttributes = namedType.GetApplicableExportAttributes(exportAttributeV1, exportAttributeV2, inheritedExportAttribute);
ImportingConstructorShouldBeObsolete.cs (1)
67var exportAttributes = namedType.GetApplicableExportAttributes(exportAttributeV1, exportAttributeV2, inheritedExportAttribute);
PartsExportedWithMEFv2MustBeMarkedAsShared.cs (1)
57var exportAttributes = namedType.GetApplicableExportAttributes(exportAttributeV1: null, exportAttribute, inheritedExportAttribute: null);
TestExportsShouldNotBeDiscoverable.cs (1)
63var exportAttributes = namedType.GetApplicableExportAttributes(exportAttributeV1, exportAttributeV2, inheritedExportAttribute);