2 references to GetDeclaredAttributes
System.Composition.TypedParts (2)
System\Composition\TypedParts\Discovery\TypeInspector.cs (2)
55
foreach (var export in _attributeContext.
GetDeclaredAttributes
<ExportAttribute>(partTypeAsType, partType))
81
foreach (var export in _attributeContext.
GetDeclaredAttributes
<ExportAttribute>(partTypeAsType, property))