14 references to HasStaticConstructor
ILCompiler.Compiler (11)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1835
Debug.Assert(ownerType.
HasStaticConstructor
);
Compiler\PreinitializationManager.cs (3)
34
if (!type.
HasStaticConstructor
)
64
if (!type.
HasStaticConstructor
)
88
if (!type.
HasStaticConstructor
)
Compiler\TypePreinit.cs (7)
70
Debug.Assert(type.
HasStaticConstructor
);
425
|| field.OwningType.
HasStaticConstructor
438
&& field.OwningType.
HasStaticConstructor
451
&& !field.OwningType.
HasStaticConstructor
)
503
if (owningType.
HasStaticConstructor
563
if (owningType.
HasStaticConstructor
3196
Debug.Assert(type.
HasStaticConstructor
);
ILCompiler.ReadyToRun (1)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
1683
if (type.
HasStaticConstructor
)
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
2396
else if (!owningType.
HasStaticConstructor
)
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\Common\TypeSystemContext.cs (1)
737
if (typeDefinition.
HasStaticConstructor
)