8 references to TargetMethod
ILCompiler.Compiler (8)
Compiler\DependencyAnalysis\DispatchCellSectionNode.cs (2)
51protected override bool ShouldEmitCell(DispatchCellNode cell) => !cell.TargetMethod.HasInstantiation; 61protected override bool ShouldEmitCell(DispatchCellNode cell) => cell.TargetMethod.HasInstantiation;
Compiler\DependencyAnalysis\GvmDispatchCellInfoSectionNode.cs (3)
35MethodDesc targetMethod = node.TargetMethod; 127MethodDesc methodX = x.TargetMethod; 128MethodDesc methodY = y.TargetMethod;
Compiler\DependencyAnalysis\InterfaceDispatchCellInfoSectionNode.cs (3)
36MethodDesc targetMethod = node.TargetMethod; 120MethodDesc methodX = x.TargetMethod; 121MethodDesc methodY = y.TargetMethod;