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)
151F.Block(ImmutableArray<LocalSymbol>.Empty, 389return F.Block( 562thenClause: F.Block(
Lowering\AsyncRewriter\AsyncRewriter.AsyncIteratorRewriter.cs (2)
353F.CloseMethod(F.Block( 458F.CloseMethod(F.Block(
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (4)
111newBody = F.Block((object)cachedThis == null ? 170var disposeBody = F.Block( 196return F.Block( 402rewrittenHandler = F.Block((object)this.cachedThis != null ?