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

Predicate getFullyQualifiedNameWithTypes

INTERNAL: Do not use.

Gets the fully qualified name of this declaration, including types, for example the fully qualified name with types of M on line 3 is N.C.M(int, string) in

namespace N {
  class C {
    void M(int i, string s) { }
  }
}

Import path

import semmle.code.csharp.commons.QualifiedName
string getFullyQualifiedNameWithTypes(Declaration d)