3 references to IsAttributeDefined
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\AttributedModel\AttributedPartCreationInfo.cs (2)
92
if (_type.
IsAttributeDefined
<PartNotDiscoverableAttribute>())
216
if (constructor.
IsAttributeDefined
<ImportingConstructorAttribute>())
System\ComponentModel\Composition\MetadataViewProvider.cs (1)
33
if (!metadataViewType.
IsAttributeDefined
<MetadataViewImplementationAttribute>())