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