2 writes to HoldingThread
System.Private.CoreLib (2)
System\Runtime\CompilerServices\ClassConstructorRunner.cs (2)
79
cctors[cctorIndex].
HoldingThread
= currentManagedThreadId;
105
cctors[cctorIndex].
HoldingThread
= ManagedThreadIdNone;
1 reference to HoldingThread
System.Private.CoreLib (1)
System\Runtime\CompilerServices\ClassConstructorRunner.cs (1)
174
int holdingThread = cctorWalkArray[cctorWalkIndex].
HoldingThread
;