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