4 references to CrossModuleInlineableType
ILCompiler.ReadyToRun (4)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (3)
548bool versionsWithType = CrossModuleInlineableType(t); 555bool versionsWithType = CrossModuleInlineableType(t); 801return ComputeInstantiationVersionsWithCode(type.Instantiation, type, CrossModuleInlineableType);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1874recordToken = (_compilation.CompilationModuleGroup.VersionsWithType(owningType) || _compilation.CompilationModuleGroup.CrossModuleInlineableType(owningType)) && owningType is EcmaType;