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

Member predicate TupleType :: hasQualifiedName

Holds if this type has the qualified name qualifier.name.

For example the class System.IO.IOException has qualifier=System.IO and name=IOException.

predicate hasQualifiedName ( string qualifier , string name )