1 write to _targetMethod
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.BoxedTypes.cs (1)
451
_targetMethod
= targetMethod;
15 references to _targetMethod
ILCompiler.Compiler (15)
Compiler\CompilerTypeSystemContext.BoxedTypes.cs (12)
454
public override TypeSystemContext Context =>
_targetMethod
.Context;
458
public override MethodSignature Signature =>
_targetMethod
.Signature;
460
public MethodDesc TargetMethod =>
_targetMethod
;
466
return
_targetMethod
.Name.Append("_Unbox"u8);
474
return
_targetMethod
.DiagnosticName + "_Unbox";
491
if (
_targetMethod
.IsAsyncCall())
511
for (int i = 0; i <
_targetMethod
.Signature.Length; i++)
516
TypeDesc owner =
_targetMethod
.OwningType;
517
MethodDesc methodToInstantiate =
_targetMethod
;
521
methodToInstantiate =
_targetMethod
.Context.GetMethodForInstantiatedType(
_targetMethod
, (InstantiatedType)instantiatedOwner);
542
public override Instantiation Instantiation =>
_targetMethod
.Instantiation;
Compiler\CompilerTypeSystemContext.Mangling.cs (1)
56
return
_targetMethod
;
Compiler\CompilerTypeSystemContext.Sorting.cs (2)
39
return comparer.Compare(
_targetMethod
, otherMethod.
_targetMethod
);