6 references to Try
Microsoft.CodeAnalysis.CSharp (6)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (3)
213return _F.Try((BoundBlock)finalizedRegion, ImmutableArray<BoundCatchBlock>.Empty, rewrittenFinally); 230var catchAndPendException = _F.Try( 534BoundStatement tryWithCatches = _F.Try(rewrittenTry, rewrittenCatches);
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (1)
255=> F.Try(tryBlock, catchBlocks);
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (1)
285body = F.Try(
Lowering\SyntheticBoundNodeFactory.cs (1)
546statements.Add(Try(Block(statement), ImmutableArray<BoundCatchBlock>.Empty, Block(instrumentation.Epilogue)));