1 write to Count
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\SpinLock.cs (1)
353
spinner.
Count
= SpinWait.YieldThreshold;
9 references to Count
System.Collections.Concurrent (3)
System\Collections\Concurrent\ConcurrentStack.cs (3)
383
CDSCollectionETWBCLProvider.Log.ConcurrentStack_FastPushFailed(spin.
Count
);
597
CDSCollectionETWBCLProvider.Log.ConcurrentStack_FastPopFailed(spin.
Count
);
615
CDSCollectionETWBCLProvider.Log.ConcurrentStack_FastPopFailed(spin.
Count
);
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Threading\ManualResetEventSlim.cs (3)
530
while (spinner.
Count
< spinCount)
539
if (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)
352
while (spinner.
Count
< spinCount)
src\libraries\System.Private.CoreLib\src\System\Threading\SpinLock.cs (1)
373
if (spinner.
Count
% TIMEOUT_CHECK_FREQUENCY == 0)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
3150
while (spinner.
Count
< spinCount)