We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75dcac5 commit 8574973Copy full SHA for 8574973
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs
@@ -134,7 +134,7 @@ public class Task : IAsyncResult, IDisposable
134
[Flags]
135
internal enum TaskStateFlags
136
{
137
- // State constants for m_stateFlags;
+ // State constants for m_stateFlags:
138
// The bits of m_stateFlags are allocated as follows:
139
// 0x7FFF0000 - Task state flags
140
// 0x0000FF00 - internal TaskCreationOptions flags
0 commit comments