1 write to _targetMethod
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (1)
180
_targetMethod
= targetMethod;
11 references to _targetMethod
ILCompiler.Compiler (11)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (9)
188
public override TypeSystemContext Context =>
_targetMethod
.Context;
196
public override MethodSignature Signature =>
_targetMethod
.Signature;
198
public MethodDesc TargetMethod =>
_targetMethod
;
204
return
_targetMethod
.Name;
212
return
_targetMethod
.DiagnosticName;
216
public MethodDesc BaseMethod =>
_targetMethod
;
255
for (int i = 0; i <
_targetMethod
.Signature.Length; i++)
260
if (
_targetMethod
.IsAsyncCall())
265
codeStream.Emit(ILOpcode.call, emit.NewToken(
_targetMethod
));
Compiler\CompilerTypeSystemContext.Sorting.cs (2)
55
return comparer.Compare(
_targetMethod
, otherMethod.
_targetMethod
);