3 writes to m_cancellationToken
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (3)
307m_cancellationToken = ct, 612props.m_cancellationToken = cancellationToken; 3248m_contingentProperties.m_cancellationToken = tokenToRecord;
6 references to m_cancellationToken
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (5)
1320props.m_cancellationToken.IsCancellationRequested); 1357return (props == null) ? default : props.m_cancellationToken; 2418m_contingentProperties!.m_cancellationToken == exceptionAsOce.CancellationToken) 3221Debug.Assert(m_contingentProperties is null || m_contingentProperties.m_cancellationToken == default); 3242Debug.Assert(m_contingentProperties!.m_cancellationToken == default);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (1)
342if (cp is null || cp.m_cancellationToken == default)