CodeQL library for C#
codeql/csharp-all 1.0.5-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)