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.
1 parent 0a16cf6 commit a810ba4Copy full SHA for a810ba4
csharp/ql/lib/semmle/code/csharp/internal/Overlay.qll
@@ -52,10 +52,10 @@ private class DiscardableEntity extends @locatable {
52
}
53
54
/** Holds if this element exists in the base variant. */
55
- predicate existsInBase() { not isOverlay() and exists(this) }
+ predicate existsInBase() { not isOverlay() }
56
57
/** Holds if this element exists in the overlay variant. */
58
- predicate existsInOverlay() { isOverlay() and exists(this) }
+ predicate existsInOverlay() { isOverlay() }
59
60
/** Gets a textual representation of this discardable element. */
61
string toString() { none() }
0 commit comments