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

Predicate Public::SummaryComponentStack::push

Gets the stack obtained by pushing head onto tail.

Make sure to override RequiredSummaryComponentStack::required() in order to ensure that the constructed stack exists.

Import path

import semmle.code.csharp.dataflow.internal.FlowSummaryImpl
SummaryComponentStack push(SummaryComponent head, SummaryComponentStack tail)