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