5 references to Try
Microsoft.CodeAnalysis.CSharp (5)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (2)
176return _F.Try((BoundBlock)finalizedRegion, ImmutableArray<BoundCatchBlock>.Empty, rewrittenFinally); 193var catchAndPendException = _F.Try(
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (1)
211=> F.Try(tryBlock, catchBlocks);
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (1)
271body = F.Try(
Lowering\SyntheticBoundNodeFactory.cs (1)
584statements.Add(Try(Block(statement), ImmutableArray<BoundCatchBlock>.Empty, Block(instrumentation.Epilogue)));