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