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

Predicate QualifiedName::hasQualifiedName

Holds if declaration d has the qualified name qualifier.name.

Import path

import semmle.code.csharp.commons.QualifiedName
predicate hasQualifiedName(Declaration d, string qualifier, string name)