Base:
method
CrossModuleCompileable
ILCompiler.CompilationModuleGroup.CrossModuleCompileable(Internal.TypeSystem.MethodDesc)
4 references to CrossModuleCompileable
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\InliningInfoNode.cs (1)
86
bool inlinerReportAllVersionsWithInlinee = !AllowCrossModuleInlines || factory.CompilationModuleGroup.
CrossModuleCompileable
(inlinerDefinition);
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (1)
62
factory.CompilationModuleGroup.
CrossModuleCompileable
(canonMethod) &&
Compiler\ProfileDataManager.cs (1)
362
if (!_compilationGroup.VersionsWithMethodBody(method) && !_compilationGroup.
CrossModuleCompileable
(method))
Compiler\ReadyToRunSingleAssemblyCompilationModuleGroup.cs (1)
43
return (ContainsType(method.OwningType) && VersionsWithMethodBody(method)) || CompileVersionBubbleGenericsIntoCurrentModule(method) || this.
CrossModuleCompileable
(method);