1 write to _targetMethod
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\DispatchCellNode.cs (1)
32
_targetMethod
= targetMethod;
8 references to _targetMethod
ILCompiler.Compiler (8)
Compiler\DependencyAnalysis\DispatchCellNode.cs (8)
24
internal MethodDesc TargetMethod =>
_targetMethod
;
41
.Append(nameMangler.GetMangledMethodName(
_targetMethod
));
67
return
_targetMethod
.Context.Target.PointerSize * 2;
83
if (
_targetMethod
.HasInstantiation)
85
return GvmDispatchCellInfoSectionNode.GetCellDependencies(factory,
_targetMethod
);
89
return InterfaceDispatchCellInfoSectionNode.GetCellDependencies(factory,
_targetMethod
);
98
var compare = comparer.Compare(
_targetMethod
, otherCell.
_targetMethod
);