1 write to _targetMethod
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\RuntimeMethodHandleNode.cs (1)
27
_targetMethod
= targetMethod;
17 references to _targetMethod
ILCompiler.Compiler (17)
Compiler\DependencyAnalysis\RuntimeMethodHandleNode.cs (17)
16
public MethodDesc Method =>
_targetMethod
;
34
.Append(nameMangler.GetMangledMethodName(
_targetMethod
));
53
if (!
_targetMethod
.IsMethodDefinition && !
_targetMethod
.OwningType.IsGenericDefinition
54
&&
_targetMethod
.HasInstantiation &&
_targetMethod
.IsVirtual)
57
MethodDesc canonMethod =
_targetMethod
.GetCanonMethodTarget(CanonicalFormKind.Specific);
62
if (
_targetMethod
.IsAbstract)
66
factory.MetadataManager.GetDependenciesDueToLdToken(ref dependencies, factory,
_targetMethod
);
78
int handle = relocsOnly ? 0 : factory.MetadataManager.GetMetadataHandleForMethod(factory,
_targetMethod
.GetTypicalMethodDefinition());
80
objData.EmitPointerReloc(factory.MaximallyConstructableType(
_targetMethod
.OwningType));
83
if (
_targetMethod
!=
_targetMethod
.GetMethodDefinition())
85
objData.EmitInt(
_targetMethod
.Instantiation.Length);
86
foreach (TypeDesc instParam in
_targetMethod
.Instantiation)
101
return comparer.Compare(
_targetMethod
, ((RuntimeMethodHandleNode)other).
_targetMethod
);