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

Predicate getQualifiedName

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

Import path

import semmle.code.csharp.commons.QualifiedName
string getQualifiedName(string qualifier, string name)