2 references to AssignCatchSource
Microsoft.CodeAnalysis.CSharp (2)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (2)
616
prologueBuilder.Add(_F.ExpressionStatement(
AssignCatchSource
((BoundExpression)this.Visit(sourceOpt), currentAwaitCatchFrame)));
648
BoundExpression assignSource =
AssignCatchSource
((BoundExpression)this.Visit(sourceOpt), currentAwaitCatchFrame);