Module ArgumentNodes
Import path
import semmle.code.csharp.dataflow.internal.DataFlowPrivateClasses
| 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 collection creation in a call to a callable with a |