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)
187public override TypeSystemContext Context => _targetMethod.Context; 195public override MethodSignature Signature => _targetMethod.Signature; 197public MethodDesc TargetMethod => _targetMethod; 203return _targetMethod.Name; 211return _targetMethod.DiagnosticName; 215public MethodDesc BaseMethod => _targetMethod; 254for (int i = 0; i < _targetMethod.Signature.Length; i++) 259if (_targetMethod.IsAsyncCall()) 264codeStream.Emit(ILOpcode.call, emit.NewToken(_targetMethod));
Compiler\CompilerTypeSystemContext.Sorting.cs (2)
55return comparer.Compare(_targetMethod, otherMethod._targetMethod);