3 references to HasLazyStaticConstructor
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NonGCStaticsNode.cs (1)
200
if (!
HasLazyStaticConstructor
)
Compiler\ILScanner.cs (1)
982
&& nonGCStatics.
HasLazyStaticConstructor
)
Compiler\MetadataManager.cs (1)
283
if (nonGcStaticSectionNode.
HasLazyStaticConstructor
)