Skip to content

Commit e3bfc4b

Browse files
committed
C#: CSV Printing of WithoutElement content.
1 parent 8234a50 commit e3bfc4b

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
@@ -201,6 +201,8 @@ private string getContentSpecificCsv(Content c) {
201201
string getComponentSpecificCsv(SummaryComponent sc) {
202202
exists(Content c | sc = TContentSummaryComponent(c) and result = getContentSpecificCsv(c))
203203
or
204+
exists(Content c | sc = TWithoutContentSummaryComponent(c) and result = "WithoutElement")
205+
or
204206
exists(ReturnKind rk |
205207
sc = TReturnSummaryComponent(rk) and
206208
result = "ReturnValue[" + rk + "]" and

0 commit comments

Comments
 (0)