1 write to _target
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\StoreMultiCallableAddrOfCodeSignature.cs (1)
35
_target
= target;
4 references to _target
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\StoreMultiCallableAddrOfCodeSignature.cs (4)
59
builder.EmitReloc(
_target
, codeRelocType);
70
sb.Append(nameMangler.GetMangledMethodName(
_target
.Method));
80
int result = comparer.Compare(
_target
.Method, otherNode.
_target
.Method);