1 write to Count
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\SpinLock.cs (1)
353spinner.Count = SpinWait.YieldThreshold;
9 references to Count
System.Collections.Concurrent (3)
System\Collections\Concurrent\ConcurrentStack.cs (3)
383CDSCollectionETWBCLProvider.Log.ConcurrentStack_FastPushFailed(spin.Count); 597CDSCollectionETWBCLProvider.Log.ConcurrentStack_FastPopFailed(spin.Count); 615CDSCollectionETWBCLProvider.Log.ConcurrentStack_FastPopFailed(spin.Count);
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Threading\ManualResetEventSlim.cs (3)
530while (spinner.Count < spinCount) 539if (spinner.Count >= 100 && spinner.Count % 10 == 0) // check the cancellation token if the user passed a very large spin count
src\libraries\System.Private.CoreLib\src\System\Threading\SemaphoreSlim.cs (1)
352while (spinner.Count < spinCount)
src\libraries\System.Private.CoreLib\src\System\Threading\SpinLock.cs (1)
373if (spinner.Count % TIMEOUT_CHECK_FREQUENCY == 0)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
3150while (spinner.Count < spinCount)