1 override of VersionsWithMethodBody
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (1)
386
public sealed override bool
VersionsWithMethodBody
(MethodDesc method)
7 references to VersionsWithMethodBody
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\DevirtualizationManager.cs (1)
25
return _compilationModuleGroup.
VersionsWithMethodBody
(method) && base.IsEffectivelySealed(method);
Compiler\DependencyAnalysis\ReadyToRun\InstrumentationDataTableNode.cs (1)
145
if (handle.AsMethod != null && _compilationGroup.
VersionsWithMethodBody
(handle.AsMethod))
Compiler\DependencyAnalysis\ReadyToRun\ModuleTokenResolver.cs (1)
106
if (_compilationModuleGroup.
VersionsWithMethodBody
(ecmaMethod))
IL\ReadyToRunILProvider.cs (2)
153
Debug.Assert(!_compilationModuleGroup.
VersionsWithMethodBody
(method) &&
170
bool regularCrossModuleInlineable = (!_compilationModuleGroup.
VersionsWithMethodBody
(method)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
758
if (!compilationGroup.
VersionsWithMethodBody
(methodIL.OwningMethod.GetTypicalMethodDefinition()))
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
298
if (compilationModuleGroup.
VersionsWithMethodBody
(method))