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)
109int spinsRemaining = Environment.IsSingleProcessor ? 0 : _maxSpinCount;