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