1 write to s_cctorGlobalLock
System.Private.CoreLib (1)
System\Runtime\CompilerServices\ClassConstructorRunner.cs (1)
486
s_cctorGlobalLock
= new Lock(useTrivialWaits: true);
8 references to s_cctorGlobalLock
System.Private.CoreLib (8)
System\Runtime\CompilerServices\ClassConstructorRunner.cs (8)
161
using (
s_cctorGlobalLock
.EnterScope())
280
using (
s_cctorGlobalLock
.EnterScope())
352
Debug.Assert(
s_cctorGlobalLock
.IsHeldByCurrentThread);
359
using (
s_cctorGlobalLock
.EnterScope())
416
using (
s_cctorGlobalLock
.EnterScope())
447
s_cctorGlobalLock
.Enter();
449
s_cctorGlobalLock
.Exit();
454
Debug.Assert(
s_cctorGlobalLock
.IsHeldByCurrentThread);