2 writes to s_count
System.Private.CoreLib (2)
System\Runtime\CompilerServices\ClassConstructorRunner.cs (2)
340
s_count
++;
368
s_count
--;
2 references to s_count
System.Private.CoreLib (2)
System\Runtime\CompilerServices\ClassConstructorRunner.cs (2)
285
if (
s_count
!= 0)
353
return
s_count
;