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