Using statement AST node. More...
List of all members.
Using statement AST node.
EBNF grammar:
using-statement: "using" "(" resource-acquisition ")" embedded-statement
resource-acquisition: local-variable-declaration expression
[inline]
[inline, explicit]
[inline, virtual]
[virtual]
Collect entities defined in this AST node.
Implements CsNode.
Collect entity references.
Collect token indexes associated with this AST node.
Recursively collect token indexes in source code order.
Build Entities - pass 2 (for internal purpose only).
Reimplemented from CsStatement.
CsAstCallback support.
Clear all entity references (for internal purpose only).
Member Lookup - pass 4 (for internal purpose only).
Type Lookup - pass 3 (for internal purpose only).
CsAstVisitor support.
Using block entity.
Resource declarator.
Statement.