1 write to s_cctorArraysCount
System.Private.CoreLib (1)
System\Runtime\CompilerServices\ClassConstructorRunner.cs (1)
333
s_cctorArraysCount
++;
4 references to s_cctorArraysCount
System.Private.CoreLib (4)
System\Runtime\CompilerServices\ClassConstructorRunner.cs (4)
288
for (int cctorIndex = 0; cctorIndex <
s_cctorArraysCount
; ++cctorIndex)
307
for (int cctorIndex = 0; cctorIndex <
s_cctorArraysCount
; ++cctorIndex)
326
if (
s_cctorArraysCount
== s_cctorArrays.Length)
332
s_cctorArrays[
s_cctorArraysCount
] = resultArray;