1 write to _targetMethod
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\DelegateCtorSignature.cs (1)
25
_targetMethod
= targetMethod;
8 references to _targetMethod
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRun\DelegateCtorSignature.cs (8)
45
bool needsInstantiatingStub =
_targetMethod
.Method.HasInstantiation;
46
if (
_targetMethod
.Method.IsVirtual &&
_targetMethod
.Method.Signature.IsStatic)
50
needsInstantiatingStub |= (
_targetMethod
.Method.OwningType.HasInstantiation || _methodToken.ConstrainedType != null);
71
new DependencyListEntry(
_targetMethod
, "Delegate target method")
82
_targetMethod
.AppendMangledName(nameMangler, sb);
95
result = comparer.Compare(
_targetMethod
, otherNode.
_targetMethod
);