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