4 references to TryAwaitPendingCaughtException
Microsoft.CodeAnalysis.CSharp (2)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
1044
this.pendingCaughtException = new SynthesizedLocal(F.CurrentFunction, TypeWithAnnotations.Create(F.SpecialType(SpecialType.System_Object)), SynthesizedLocalKind.
TryAwaitPendingCaughtException
, tryStatementSyntax);
Lowering\ClosureConversion\LambdaCapturedVariable.cs (1)
91
case SynthesizedLocalKind.
TryAwaitPendingCaughtException
:
Microsoft.CodeAnalysis.UnitTests (2)
Emit\CustomDebugInfoTests.cs (2)
198
new LocalSlotDebugInfo(SynthesizedLocalKind.
TryAwaitPendingCaughtException
, new LocalDebugId(-20000, 10)));
348
new LocalSlotDebugInfo(SynthesizedLocalKind.
TryAwaitPendingCaughtException
, new LocalDebugId(-20000, 10)));