qtil
advanced-security/qtil-csharp 0.0.3
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)