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