4 references to NewId
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
1344int newId = NewId();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (3)
406m_continuationId = Task.NewId(); 593m_continuationId = Task.NewId(); 838atc.m_continuationId = Task.NewId();