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

Member predicate Namespace::hasFullyQualifiedName

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 hasFullyQualifiedName(string qualifier, string name)