2 references to IsTargetAttribute
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
2727return IsTargetAttribute(MetadataReader, customAttribute, namespaceName, typeName, out ctor, ignoreCase); 2912if (!IsTargetAttribute(metadataReader, customAttribute, description.Namespace, description.Name, out ctor, description.MatchIgnoringCase))