3 references to SystemComponentModelCompositionInheritedExportAttribute
Roslyn.Diagnostics.Analyzers (3)
ExportedPartsShouldHaveImportingConstructor.cs (1)
52
var inheritedExportAttribute = compilationContext.Compilation.GetOrCreateTypeByMetadataName(WellKnownTypeNames.
SystemComponentModelCompositionInheritedExportAttribute
);
ImportingConstructorShouldBeObsolete.cs (1)
55
var inheritedExportAttribute = compilationContext.Compilation.GetOrCreateTypeByMetadataName(WellKnownTypeNames.
SystemComponentModelCompositionInheritedExportAttribute
);
TestExportsShouldNotBeDiscoverable.cs (1)
51
var inheritedExportAttribute = compilationContext.Compilation.GetOrCreateTypeByMetadataName(WellKnownTypeNames.
SystemComponentModelCompositionInheritedExportAttribute
);