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