1 override of GenerateSetExceptionCall
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncIteratorMethodToStateMachineRewriter.cs (1)
168protected override BoundStatement GenerateSetExceptionCall(LocalSymbol exceptionLocal)
1 reference to GenerateSetExceptionCall
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (1)
243BoundStatement callSetException = GenerateSetExceptionCall(exceptionLocal);