1 write to _targetMethod
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\DispatchCellNode.cs (1)
31
_targetMethod
= targetMethod;
8 references to _targetMethod
ILCompiler.Compiler (8)
Compiler\DependencyAnalysis\DispatchCellNode.cs (8)
23
internal MethodDesc TargetMethod =>
_targetMethod
;
40
.Append(nameMangler.GetMangledMethodName(
_targetMethod
));
66
return
_targetMethod
.Context.Target.PointerSize * 2;
82
if (
_targetMethod
.HasInstantiation)
84
return GvmDispatchCellInfoSectionNode.GetCellDependencies(factory,
_targetMethod
);
88
return InterfaceDispatchCellInfoSectionNode.GetCellDependencies(factory,
_targetMethod
);
97
var compare = comparer.Compare(
_targetMethod
, otherCell.
_targetMethod
);