Predicate getQualifiedName
Returns the concatenation of namespace, type and name, separated by a dot.
Import path
import semmle.code.csharp.commons.QualifiedNamestring getQualifiedName(string namespace, string type, string name)Returns the concatenation of namespace, type and name, separated by a dot.
import semmle.code.csharp.commons.QualifiedNamestring getQualifiedName(string namespace, string type, string name)