1 write to _targetMethod
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.BoxedTypes.cs (1)
361
_targetMethod
= targetMethod;
11 references to _targetMethod
ILCompiler.Compiler (11)
Compiler\CompilerTypeSystemContext.BoxedTypes.cs (8)
364
public override TypeSystemContext Context =>
_targetMethod
.Context;
368
public override MethodSignature Signature =>
_targetMethod
.Signature;
370
public MethodDesc TargetMethod =>
_targetMethod
;
376
return
_targetMethod
.Name.Append("_Unbox"u8);
384
return
_targetMethod
.DiagnosticName + "_Unbox";
419
for (int i = 0; i <
_targetMethod
.Signature.Length; i++)
424
if (
_targetMethod
.IsAsyncCall())
429
codeStream.Emit(ILOpcode.call, emit.NewToken(
_targetMethod
.InstantiateAsOpen()));
Compiler\CompilerTypeSystemContext.Mangling.cs (1)
37
return
_targetMethod
;
Compiler\CompilerTypeSystemContext.Sorting.cs (2)
28
return comparer.Compare(
_targetMethod
, otherMethod.
_targetMethod
);