1 reference to namespaceMatch
Microsoft.CodeAnalysis (1)
Symbols\Attributes\CommonAttributeData.cs (1)
93return attributeType.Name.Equals(description.Name, options) && namespaceMatch(attributeType.ContainingNamespace, description.Namespace, options);