24 references to Block
Microsoft.CodeAnalysis.VisualBasic (24)
Binding\SyntheticBoundTrees\SynthesizedStringSwitchHashMethod.vb (1)
101F.Block(
Compilation\MethodCompiler.vb (2)
832body = f.Block(f.ExpressionStatement(invocation), f.Return()) 834body = 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.AsyncMethodToClassRewriter.vb (1)
178Me.F.Block(
Lowering\AsyncRewriter\AsyncRewriter.vb (2)
189Me.F.Block( 280body = Me.F.Block(body)
Lowering\IteratorRewriter\IteratorRewriter.IteratorMethodToClassRewriter.vb (4)
106F.CloseMethod(F.Block( 128Return F.Block( 151Return Me.F.Block( 199F.Block(
Lowering\IteratorRewriter\IteratorRewriter.vb (1)
221F.Block(
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
340Dim body = F.Block(
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (7)
217result = F.Block(result, missingStateDispatch) 291Return Me.F.Block(New BoundStateMachineScope(Me.F.Syntax, hoistedLocals, statement).MakeCompilerGenerated) 343Dim tryBlock As BoundBlock = Me.F.Block(DirectCast(Me.Visit(node.TryBlock), BoundStatement)) 357tryBlock = Me.F.Block(SyntheticBoundNodeFactory.HiddenSequencePoint(), 369tryBlock = Me.F.Block(SyntheticBoundNodeFactory.HiddenSequencePoint(), Me.Dispatch(isOutermost:=False), tryBlock) 386Me.F.Block( 397result = Me.F.Block(SyntheticBoundNodeFactory.HiddenSequencePoint(), Me.F.Label(dispatchLabel), result)
Lowering\SyntheticBoundNodeFactory.vb (2)
610Return Block(boundCondGoto, thenClause, [Goto](afterif), Label(alt), elseClause, Label(afterif)) 1094body = Me.Block(body)