16 references to Block
Microsoft.CodeAnalysis.VisualBasic (16)
Compilation\MethodCompiler.vb (2)
842
body = f.
Block
(f.ExpressionStatement(invocation), f.Return())
844
body = f.
Block
(f.Return(invocation))
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Await.vb (1)
209
elseClause:=Me.F.
Block
(
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Statements.vb (2)
32
Return Me.F.
Block
(
39
Return Me.F.
Block
(
Lowering\AsyncRewriter\AsyncRewriter.vb (2)
189
Me.F.
Block
(
280
body = Me.F.
Block
(body)
Lowering\IteratorRewriter\IteratorRewriter.IteratorMethodToClassRewriter.vb (2)
133
Return F.
Block
(
156
Return Me.F.
Block
(
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
360
Dim body = F.
Block
(
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (4)
218
result = F.
Block
(result, missingStateDispatch)
344
Dim tryBlock As BoundBlock = Me.F.
Block
(DirectCast(Me.Visit(node.TryBlock), BoundStatement))
370
tryBlock = Me.F.
Block
(SyntheticBoundNodeFactory.HiddenSequencePoint(), Me.Dispatch(isOutermost:=False), tryBlock)
398
result = Me.F.
Block
(SyntheticBoundNodeFactory.HiddenSequencePoint(), Me.F.Label(dispatchLabel), result)
Lowering\SyntheticBoundNodeFactory.vb (2)
614
Return
Block
(boundCondGoto, thenClause, [Goto](afterif), Label(alt), elseClause, Label(afterif))
1128
body = Me.
Block
(body)