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