5 references to IsSelfReplicatingRoot
mscorlib (5)
system\threading\Tasks\Task.cs (5)
1003
Contract.Assert(Task.InternalCurrent == this || this.
IsSelfReplicatingRoot
, "Task.AddNewChild(): Called from an external context");
1007
if (props.m_completionCountdown == 1 && !
IsSelfReplicatingRoot
)
2226
(props.m_completionCountdown == 1 && !
IsSelfReplicatingRoot
) ||
2490
if (
IsSelfReplicatingRoot
)
2809
if (
IsSelfReplicatingRoot
|| IsChildReplica)