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)
188public override TypeSystemContext Context => _targetMethod.Context; 196public override MethodSignature Signature => _targetMethod.Signature; 198public MethodDesc TargetMethod => _targetMethod; 204return _targetMethod.Name; 212return _targetMethod.DiagnosticName; 216public MethodDesc BaseMethod => _targetMethod; 255for (int i = 0; i < _targetMethod.Signature.Length; i++) 260if (_targetMethod.IsAsyncCall()) 265codeStream.Emit(ILOpcode.call, emit.NewToken(_targetMethod));
Compiler\CompilerTypeSystemContext.Sorting.cs (2)
55return comparer.Compare(_targetMethod, otherMethod._targetMethod);