2 references to TryAwaitPendingException
Microsoft.CodeAnalysis.CSharp (2)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
187
var pendingExceptionLocal = new SynthesizedLocal(_F.CurrentFunction, TypeWithAnnotations.Create(exceptionType), SynthesizedLocalKind.
TryAwaitPendingException
, tryStatementSyntax);
Lowering\ClosureConversion\LambdaCapturedVariable.cs (1)
90
case SynthesizedLocalKind.
TryAwaitPendingException
: