CodeQL library for C#
codeql/csharp-all 0.9.1 (changelog, source)
Search

Member predicate Namespace::hasQualifiedName

Holds if this namespace has the qualified name qualifier.name.

For example if the qualified name is System.Collections.Generic, then qualifier=System.Collections and name=Generic.

predicate hasQualifiedName(string qualifier, string name)