4 references to Block
Microsoft.CodeAnalysis.VisualBasic (4)
Lowering\AsyncRewriter\AsyncRewriter.vb (1)
202Me.F.CloseMethod(F.Block(ImmutableArray.Create(F.BaseInitialization(), F.Return())))
Lowering\SyntheticBoundNodeFactory.vb (3)
326Return Block(ImmutableArray(Of BoundStatement).Empty) 330Return Block(ImmutableArray.Create(Of BoundStatement)(statements)) 740Dim boundCaseBlock = New BoundCaseBlock(_syntax, boundCaseStatement, Block(ImmutableArray.Create(Of BoundStatement)(statements)))