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