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

Module Make::Private::SummaryComponent

Provides predicates for constructing summary components.

Import path

import codeql.dataflow.internal.FlowSummaryImpl

Predicates

argument

Gets a summary component for an argument at position pos.

content

Gets a summary component for content c.

parameter

Gets a summary component for a parameter at position pos.

return

Gets a summary component for a return of kind rk.

syntheticGlobal

Gets a summary component for synthetic global sg.

withContent

Gets a summary component where data must be stored in c.

withoutContent

Gets a summary component where data is not allowed to be stored in c.