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