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

Module QualifiedName

Provides predicates for working with fully qualified names.

Import path

import semmle.code.csharp.commons.QualifiedName

Predicates

getFullyQualifiedNameWithTypes

INTERNAL: Do not use.

getQualifiedName

Returns the concatenation of qualifier and name, separated by a dot.

getQualifiedName

Returns the concatenation of namespace, type and name, separated by a dot.

namespaceHasQualifiedName

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

splitQualifiedName

Holds if qualifiedName is the concatenation of qualifier and name, separated by a dot.

Modules

QualifiedName

Provides predicates for computing fully qualified names.

Module signatures

QualifiedNameInputSig

Provides the input to QualifiedName.