You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Csharp language reference attributes: add missing AsyncMethodBuilder SetStateMachine member (#45929)
This method is mentioned in the Roslyn documentation:
https://github.com/dotnet/roslyn/blob/main/docs/features/task-types.md
If it is not included when implementing the AsyncMethodBuilder pattern, the C# compiler fails to compile with a CS0656 error.
I also added a `public` to the `Start` method to match the other methods described in this section.
0 commit comments