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