1 write to _targetMethod
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.BoxedTypes.cs (1)
451_targetMethod = targetMethod;
15 references to _targetMethod
ILCompiler.Compiler (15)
Compiler\CompilerTypeSystemContext.BoxedTypes.cs (12)
454public override TypeSystemContext Context => _targetMethod.Context; 458public override MethodSignature Signature => _targetMethod.Signature; 460public MethodDesc TargetMethod => _targetMethod; 466return _targetMethod.Name.Append("_Unbox"u8); 474return _targetMethod.DiagnosticName + "_Unbox"; 491if (_targetMethod.IsAsyncCall()) 511for (int i = 0; i < _targetMethod.Signature.Length; i++) 516TypeDesc owner = _targetMethod.OwningType; 517MethodDesc methodToInstantiate = _targetMethod; 521methodToInstantiate = _targetMethod.Context.GetMethodForInstantiatedType(_targetMethod, (InstantiatedType)instantiatedOwner); 542public override Instantiation Instantiation => _targetMethod.Instantiation;
Compiler\CompilerTypeSystemContext.Mangling.cs (1)
56return _targetMethod;
Compiler\CompilerTypeSystemContext.Sorting.cs (2)
39return comparer.Compare(_targetMethod, otherMethod._targetMethod);