3 instantiations of CctorHandle
System.Private.CoreLib (3)
System\Runtime\CompilerServices\ClassConstructorRunner.cs (3)
344return new CctorHandle(resultArray, resultIndex); 448s_blockingRecords[blockRecordIndex].BlockedOn = new CctorHandle(null, 0); 460return new CctorHandle(null, 0);
8 references to CctorHandle
System.Private.CoreLib (8)
System\Runtime\CompilerServices\ClassConstructorRunner.cs (8)
66CctorHandle cctor = Cctor.GetCctor(pContext); 129private static unsafe bool DeadlockAwareAcquire(CctorHandle cctor, StaticClassConstructionContext* pContext) 167CctorHandle cctorWalk = cctor; 260public static CctorHandle GetCctor(StaticClassConstructionContext* pContext) 357public static void Release(CctorHandle cctor) 407public CctorHandle BlockedOn; 409public static int MarkThreadAsBlocked(int managedThreadId, CctorHandle blockedOn) 452public static CctorHandle GetCctorThatThreadIsBlockedOn(int managedThreadId)