9 references to Block
Microsoft.CodeAnalysis.VisualBasic (9)
Emit\SynthesizedPrivateImplementationDetailsSharedConstructor.vb (1)
102Return factory.Block(body.ToImmutableAndFree())
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Await.vb (1)
276Return Me.F.Block(blockBuilder.ToImmutableAndFree())
Lowering\AsyncRewriter\AsyncRewriter.vb (1)
202Me.F.CloseMethod(F.Block(ImmutableArray.Create(F.BaseInitialization(), F.Return())))
Lowering\IteratorRewriter\IteratorRewriter.vb (1)
313F.CloseMethod(F.Block(bodyBuilder.ToImmutableAndFree()))
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (2)
253Dim tryBlock = nodeFactory.Block(statements.ToImmutable()) 270nodeFactory.Block(ImmutableArray.Create(Of BoundStatement)(nodeFactory.Goto(onErrorLabel))),
Lowering\SyntheticBoundNodeFactory.vb (3)
322Return Block(ImmutableArray(Of BoundStatement).Empty) 326Return Block(ImmutableArray.Create(Of BoundStatement)(statements)) 736Dim boundCaseBlock = New BoundCaseBlock(_syntax, boundCaseStatement, Block(ImmutableArray.Create(Of BoundStatement)(statements)))