Module ArgumentNodes
Import path
import semmle.code.csharp.dataflow.internal.DataFlowPrivate
Classes
DelegateSelfArgumentNode | A data-flow node that represents a delegate passed into itself. |
ExplicitArgumentNode | A data-flow node that represents an explicit call argument. |
MallocNode | A node that corresponds to the value of an object creation ( |
ParamsArgumentNode | A data-flow node that represents the implicit array creation in a call to a callable with a |