1 write to _maxSpinCount
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\LowLevelLifoSemaphore.cs (1)
71
_maxSpinCount
= AppContextConfigHelper.GetInt16ComPlusOrDotNetConfig(
1 reference to _maxSpinCount
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\LowLevelLifoSemaphore.cs (1)
109
int spinsRemaining = Environment.IsSingleProcessor ? 0 :
_maxSpinCount
;