4 references to Block
Microsoft.CodeAnalysis.CSharp (4)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
191var catchAll = _F.Catch(_F.Local(pendingExceptionLocal), _F.Block());
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (1)
270var tryBlock = body != null ? F.Block(body) : F.Block();
Symbols\Synthesized\SynthesizedInstanceConstructor.cs (2)
293factory.CloseMethod(factory.Block()); 301factory.CloseMethod(factory.Block());