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

Member predicate Member::hasQualifiedName

DEPRECATED: Use hasFullyQualifiedName instead.

Holds if this member has name name and is defined in type type with namespace namespace.

predicate hasQualifiedName(string namespace, string type, string name)