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