7 references to Try
Microsoft.CodeAnalysis.CSharp (7)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (3)
164
return _F.
Try
((BoundBlock)finalizedRegion, ImmutableArray<BoundCatchBlock>.Empty, rewrittenFinally);
181
var catchAndPendException = _F.
Try
(
462
BoundStatement tryWithCatches = _F.
Try
(rewrittenTry, rewrittenCatches);
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (2)
211
F.
Try
(F.Block(newBody), ImmutableArray<BoundCatchBlock>.Empty, F.Block(instrumentation.Epilogue)));
218
=> F.
Try
(tryBlock, catchBlocks);
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (2)
156
F.
Try
(F.Block(newBody), ImmutableArray<BoundCatchBlock>.Empty, F.Block(instrumentation.Epilogue)));
279
body = F.
Try
(