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
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
/// <summary>A delegate to the <see cref="MoveNext()"/> method.</summary>
577
577
privateAction?_moveNextAction;
578
578
/// <summary>The state machine itself.</summary>
579
-
[AllowNull,MaybeNull]publicTStateMachineStateMachine=default!;// mutable struct; do not make this readonly. SOS DumpAsync command depends on this name. // TODO-NULLABLE: Remove ! when nullable attributes are respected
579
+
[AllowNull,MaybeNull]publicTStateMachineStateMachine=default;// mutable struct; do not make this readonly. SOS DumpAsync command depends on this name.
580
580
/// <summary>Captured ExecutionContext with which to invoke <see cref="MoveNextAction"/>; may be null.</summary>
0 commit comments