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