Module Private::SummaryComponentStack
Provides predicates for constructing stacks of summary components.
Import path
import semmle.code.csharp.dataflow.internal.FlowSummaryImplPredicates
| argument | Gets a singleton stack for argument |
| elementOf | Gets a stack representing an element of |
| fieldOf | Gets a stack representing a field |
| propertyOf | Gets a stack representing a property |
| qualifier | Gets a singleton stack representing a qualifier. |
| return | Gets a singleton stack representing the return value of a call. |
| syntheticGlobal | Gets a singleton stack representing a synthetic global with name |