1 write to Lock
System.Private.CoreLib (1)
System\Runtime\CompilerServices\ClassConstructorRunner.cs (1)
339resultArray[resultIndex].Lock = new Lock(useTrivialWaits: true);
2 references to Lock
System.Private.CoreLib (2)
System\Runtime\CompilerServices\ClassConstructorRunner.cs (2)
71Lock cctorLock = cctors[cctorIndex].Lock; 138Lock lck = cctors[cctorIndex].Lock;