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 73e37f6 commit 9e81aa0Copy full SHA for 9e81aa0
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs
@@ -136,7 +136,7 @@ public class Task : IAsyncResult, IDisposable
136
[Flags]
137
internal enum TaskStateFlags
138
{
139
- // State constants for m_stateFlags;
+ // State constants for m_stateFlags:
140
// The bits of m_stateFlags are allocated as follows:
141
// 0x7FFF0000 - Task state flags
142
// 0x0000FF00 - internal TaskCreationOptions flags
0 commit comments