3 references to TryAwaitPendingCaughtException
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
1009
this.pendingCaughtException = new SynthesizedLocal(F.CurrentFunction, TypeWithAnnotations.Create(F.SpecialType(SpecialType.System_Object)), SynthesizedLocalKind.
TryAwaitPendingCaughtException
, tryStatementSyntax);
Microsoft.CodeAnalysis.UnitTests (2)
Emit\CustomDebugInfoTests.cs (2)
202
new LocalSlotDebugInfo(SynthesizedLocalKind.
TryAwaitPendingCaughtException
, new LocalDebugId(-20000, 10)));
302
new LocalSlotDebugInfo(SynthesizedLocalKind.
TryAwaitPendingCaughtException
, new LocalDebugId(-20000, 10)));