Skip to content

Commit 8234a50

Browse files
committed
C#: Parsing of WithoutElement.
1 parent c339a2d commit 8234a50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/FlowSummaryImplSpecific.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ bindingset[c]
163163
SummaryComponent interpretComponentSpecific(AccessPathToken c) {
164164
c = "Element" and result = SummaryComponent::content(any(ElementContent ec))
165165
or
166+
c = "WithoutElement" and result = SummaryComponent::withoutContent(any(ElementContent ec))
167+
or
166168
// Qualified names may contain commas,such as in `Tuple<,>`, so get the entire argument list
167169
// rather than an individual argument.
168170
exists(Field f |

0 commit comments

Comments
 (0)