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