7 references to HasLazyStaticConstructor
ILCompiler.Compiler (2)
IL\ILImporter.Scanner.cs (2)
136
if (_compilation.
HasLazyStaticConstructor
(owningType))
1478
if (_compilation.
HasLazyStaticConstructor
(canonField.OwningType))
ILCompiler.RyuJit (5)
JitInterface\CorInfoImpl.RyuJit.cs (4)
1991
if (_compilation.
HasLazyStaticConstructor
(owningType) && !((MetadataType)owningType).IsBeforeFieldInit)
2137
if (_compilation.
HasLazyStaticConstructor
(field.OwningType))
2210
if (_compilation.
HasLazyStaticConstructor
(field.OwningType))
2237
if (_compilation.
HasLazyStaticConstructor
(field.OwningType))
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
2921
!_compilation.
HasLazyStaticConstructor
(type)