1 write to s_contentionCount
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Lock.cs (1)
528Interlocked.Increment(ref s_contentionCount);
1 reference to s_contentionCount
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Lock.cs (1)
696internal static long ContentionCount => s_contentionCount;