1 write to _targetMethod
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.BoxedTypes.cs (1)
450
_targetMethod
= targetMethod;
15 references to _targetMethod
ILCompiler.Compiler (15)
Compiler\CompilerTypeSystemContext.BoxedTypes.cs (12)
453
public override TypeSystemContext Context =>
_targetMethod
.Context;
457
public override MethodSignature Signature =>
_targetMethod
.Signature;
459
public MethodDesc TargetMethod =>
_targetMethod
;
465
return
_targetMethod
.Name.Append("_Unbox"u8);
473
return
_targetMethod
.DiagnosticName + "_Unbox";
490
if (
_targetMethod
.IsAsyncCall())
510
for (int i = 0; i <
_targetMethod
.Signature.Length; i++)
515
TypeDesc owner =
_targetMethod
.OwningType;
516
MethodDesc methodToInstantiate =
_targetMethod
;
520
methodToInstantiate =
_targetMethod
.Context.GetMethodForInstantiatedType(
_targetMethod
, (InstantiatedType)instantiatedOwner);
541
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
);