Predicate namespaceHasQualifiedName
Holds if namespace n has the qualified name qualifier.name.
For example if the qualified name is System.Collections.Generic, then
qualifier=System.Collections and name=Generic.
Import path
import semmle.code.csharp.commons.QualifiedNamepredicate namespaceHasQualifiedName(Namespace n, string qualifier, string name)