4 references to CrossModuleInlineableType
ILCompiler.ReadyToRun (4)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (3)
568bool versionsWithType = CrossModuleInlineableType(t); 575bool versionsWithType = CrossModuleInlineableType(t); 821return ComputeInstantiationVersionsWithCode(type.Instantiation, type, CrossModuleInlineableType);
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
2019recordToken = (_compilation.CompilationModuleGroup.VersionsWithType(owningType) || _compilation.CompilationModuleGroup.CrossModuleInlineableType(owningType)) && owningType is EcmaType;