1 write to cctorMethodAddress
System.Private.CoreLib (1)
System\Runtime\CompilerServices\ClassConstructorRunner.cs (1)
93
pContext->
cctorMethodAddress
= 0;
3 references to cctorMethodAddress
System.Private.CoreLib (3)
System\Runtime\CompilerServices\ClassConstructorRunner.cs (3)
48
if (context->
cctorMethodAddress
!= 0)
55
IntPtr pfnCctor = pContext->
cctorMethodAddress
;
80
if (pContext->
cctorMethodAddress
!= 0) // Check again in case some thread raced us while we were acquiring the lock.