1 write to s_maxSpinCount
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Lock.cs (1)
838
s_maxSpinCount
= DetermineMaxSpinCount();
2 references to s_maxSpinCount
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Lock.cs (2)
398
short maxSpinCount =
s_maxSpinCount
;
745
_spinCount =
s_maxSpinCount
;