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

Predicate splitQualifiedName

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

Import path

import semmle.code.csharp.commons.QualifiedName
predicate splitQualifiedName(string qualifiedName, string qualifier, string name)