Skip to content

Commit

Permalink
make method static
Browse files Browse the repository at this point in the history
  • Loading branch information
bfarmer67 committed Nov 30, 2024
1 parent 1837907 commit e0c2ccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ private static void ImplementMoveNext( TypeBuilder typeBuilder, FieldBuilder mov
typeBuilder.DefineMethodOverride( moveNextMethod, typeof( IAsyncStateMachine ).GetMethod( "MoveNext" )! );
}

private LambdaExpression CreateMoveNextBody(
private static LambdaExpression CreateMoveNextBody(
int id,
LoweringResult source,
Type stateMachineType,
Expand Down

0 comments on commit e0c2ccf

Please sign in to comment.