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