1 write to _targetMethod
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (1)
179
_targetMethod
= targetMethod;
11 references to _targetMethod
ILCompiler.Compiler (11)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (9)
187
public override TypeSystemContext Context =>
_targetMethod
.Context;
195
public override MethodSignature Signature =>
_targetMethod
.Signature;
197
public MethodDesc TargetMethod =>
_targetMethod
;
203
return
_targetMethod
.Name;
211
return
_targetMethod
.DiagnosticName;
215
public MethodDesc BaseMethod =>
_targetMethod
;
254
for (int i = 0; i <
_targetMethod
.Signature.Length; i++)
259
if (
_targetMethod
.IsAsyncCall())
264
codeStream.Emit(ILOpcode.call, emit.NewToken(
_targetMethod
));
Compiler\CompilerTypeSystemContext.Sorting.cs (2)
55
return comparer.Compare(
_targetMethod
, otherMethod.
_targetMethod
);