15 references to Block
Microsoft.CodeAnalysis.CSharp (15)
Compiler\AnonymousTypeMethodBodySynthesizer.cs (1)
149F.CloseMethod(F.Block(ImmutableArray.Create<LocalSymbol>(boundLocal.LocalSymbol), assignment, retStatement));
Compiler\MethodBodySynthesizer.Lowered.cs (2)
82var body = F.Block( 174var body = F.Block(
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (3)
413return _F.Block( 441rethrow = _F.Block( 498tryWithCatches = _F.Block(
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (3)
150F.Block(ImmutableArray<LocalSymbol>.Empty, 388return F.Block( 561thenClause: F.Block(
Lowering\AsyncRewriter\AsyncRewriter.AsyncIteratorRewriter.cs (2)
353F.CloseMethod(F.Block( 458F.CloseMethod(F.Block(
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (4)
110newBody = F.Block((object)cachedThis == null ? 169var disposeBody = F.Block( 195return F.Block( 401rewrittenHandler = F.Block((object)this.cachedThis != null ?