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