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