6 references to Block
Microsoft.CodeAnalysis.CSharp (6)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
191
var catchAll = _F.Catch(_F.Local(pendingExceptionLocal), _F.
Block
());
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (1)
406
return F.
Block
([awaiterTemp], statementsBuilder.ToImmutableAndFree());
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (1)
277
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
());