4 references to RunContinuationsAsynchronously
mscorlib (4)
system\threading\Tasks\Task.cs (3)
357
if ((creationOptions & ~(TaskCreationOptions.AttachedToParent | TaskCreationOptions.
RunContinuationsAsynchronously
)) != 0)
604
TaskCreationOptions.
RunContinuationsAsynchronously
)) != 0)
3610
((m_stateFlags & (int)TaskCreationOptions.
RunContinuationsAsynchronously
) != 0));
system\threading\Tasks\TaskFactory.cs (1)
229
TaskCreationOptions.
RunContinuationsAsynchronously
)) != 0)