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