1 write to _targetMethod
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\RuntimeMethodHandleNode.cs (1)
26
_targetMethod
= targetMethod;
17 references to _targetMethod
ILCompiler.Compiler (17)
Compiler\DependencyAnalysis\RuntimeMethodHandleNode.cs (17)
16
public MethodDesc Method =>
_targetMethod
;
33
.Append(nameMangler.GetMangledMethodName(
_targetMethod
));
52
if (!
_targetMethod
.IsMethodDefinition && !
_targetMethod
.OwningType.IsGenericDefinition
53
&&
_targetMethod
.HasInstantiation &&
_targetMethod
.IsVirtual)
56
MethodDesc canonMethod =
_targetMethod
.GetCanonMethodTarget(CanonicalFormKind.Specific);
61
if (
_targetMethod
.IsAbstract)
65
factory.MetadataManager.GetDependenciesDueToLdToken(ref dependencies, factory,
_targetMethod
);
79
MethodDesc targetMethodForMetadata =
_targetMethod
.GetTypicalMethodDefinition();
88
objData.EmitPointerReloc(factory.MaximallyConstructableType(
_targetMethod
.OwningType));
91
if (
_targetMethod
!=
_targetMethod
.GetMethodDefinition())
93
objData.EmitInt(
_targetMethod
.Instantiation.Length | flags);
94
foreach (TypeDesc instParam in
_targetMethod
.Instantiation)
109
return comparer.Compare(
_targetMethod
, ((RuntimeMethodHandleNode)other).
_targetMethod
);