Base:
method
ContainsMethodBody
ILCompiler.CompilationModuleGroup.ContainsMethodBody(Internal.TypeSystem.MethodDesc, System.Boolean)
12 references to ContainsMethodBody
ILCompiler.ReadyToRun (12)
Compiler\DependencyAnalysis\AllMethodsOnTypeNode.cs (1)
41
context.CompilationModuleGroup.
ContainsMethodBody
(method, false))
Compiler\DependencyAnalysis\ArrayInterfaceMethodsNode.cs (1)
69
if (!factory.CompilationModuleGroup.
ContainsMethodBody
(canonHelperMethod, false))
Compiler\DependencyAnalysis\InheritedVirtualMethodsNode.cs (1)
195
if (!factory.CompilationModuleGroup.
ContainsMethodBody
(method, false))
Compiler\DependencyAnalysis\ReadyToRun\DelayLoadHelperMethodImport.cs (1)
49
if (factory.CompilationModuleGroup.
ContainsMethodBody
(canonMethod, false))
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (1)
63
factory.CompilationModuleGroup.
ContainsMethodBody
(canonMethod, false))
Compiler\DependencyAnalysis\ReadyToRun\TypeFixupSignature.cs (1)
240
factory.CompilationModuleGroup.
ContainsMethodBody
(method, false))
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (3)
135
Debug.Assert(CompilationModuleGroup.
ContainsMethodBody
(method, false));
142
if (!CompilationModuleGroup.
ContainsMethodBody
(targetMethod, false))
668
if (CompilationModuleGroup.
ContainsMethodBody
(compilableMethod, false))
Compiler\ProfileDataManager.cs (1)
182
if (!_compilationGroup.
ContainsMethodBody
(method, false))
Compiler\ReadyToRunCodegenCompilation.cs (1)
262
if (_factory.CompilationModuleGroup.
ContainsMethodBody
(canonMethod, false))
parent\parent\Common\Compiler\DependencyAnalysis\GVMDependenciesNode.cs (1)
280
if (!factory.CompilationModuleGroup.
ContainsMethodBody
(method, false))