7 references to HasLazyStaticConstructor
ILCompiler.Compiler (2)
IL\ILImporter.Scanner.cs (2)
132
if (_compilation.
HasLazyStaticConstructor
(owningType))
1269
if (_compilation.
HasLazyStaticConstructor
(canonField.OwningType))
ILCompiler.RyuJit (5)
JitInterface\CorInfoImpl.RyuJit.cs (4)
1974
if (_compilation.
HasLazyStaticConstructor
(owningType) && !((MetadataType)owningType).IsBeforeFieldInit)
2120
if (_compilation.
HasLazyStaticConstructor
(field.OwningType))
2193
if (_compilation.
HasLazyStaticConstructor
(field.OwningType))
2204
else if (!_compilation.
HasLazyStaticConstructor
(field.OwningType))
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
2766
!_compilation.
HasLazyStaticConstructor
(type)