We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NamedElement::hasQualifiedName/2
1 parent eca11f1 commit d5163caCopy full SHA for d5163ca
csharp/ql/src/semmle/code/dotnet/Element.qll
@@ -87,6 +87,7 @@ class NamedElement extends Element, @dotnet_named_element {
87
final predicate hasQualifiedName(string qualifiedName) { qualifiedName = this.getQualifiedName() }
88
89
/** Holds if this element has the qualified name `qualifier`.`name`. */
90
+ cached
91
predicate hasQualifiedName(string qualifier, string name) {
92
qualifier = "" and name = this.getName()
93
}
0 commit comments