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