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

Predicate hasQualifiedMethodName

Holds if declaration d has name name and is defined in type type with namespace namespace.

Import path

import semmle.code.csharp.dataflow.internal.ExternalFlow
predicate hasQualifiedMethodName(Declaration d, string namespace, string type, string name)