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