5 references to IsInlined
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\Target_ARM64\ARM64ReadyToRunHelperNode.cs (1)
48if (index is TypeThreadStaticIndexNode ti && ti.IsInlined)
Compiler\DependencyAnalysis\Target_X64\X64ReadyToRunHelperNode.cs (1)
50if (index is TypeThreadStaticIndexNode ti && ti.IsInlined)
Compiler\DependencyAnalysis\Target_X86\X86ReadyToRunHelperNode.cs (1)
47if (index is TypeThreadStaticIndexNode ti && ti.IsInlined)
Compiler\DependencyAnalysis\TypeThreadStaticIndexNode.cs (1)
65if (IsInlined)
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
2190if (ti.IsInlined)