1 write to _targetMethod
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.BoxedTypes.cs (1)
450_targetMethod = targetMethod;
15 references to _targetMethod
ILCompiler.Compiler (15)
Compiler\CompilerTypeSystemContext.BoxedTypes.cs (12)
453public override TypeSystemContext Context => _targetMethod.Context; 457public override MethodSignature Signature => _targetMethod.Signature; 459public MethodDesc TargetMethod => _targetMethod; 465return _targetMethod.Name.Append("_Unbox"u8); 473return _targetMethod.DiagnosticName + "_Unbox"; 490if (_targetMethod.IsAsyncCall()) 510for (int i = 0; i < _targetMethod.Signature.Length; i++) 515TypeDesc owner = _targetMethod.OwningType; 516MethodDesc methodToInstantiate = _targetMethod; 520methodToInstantiate = _targetMethod.Context.GetMethodForInstantiatedType(_targetMethod, (InstantiatedType)instantiatedOwner); 541public override Instantiation Instantiation => _targetMethod.Instantiation;
Compiler\CompilerTypeSystemContext.Mangling.cs (1)
56return _targetMethod;
Compiler\CompilerTypeSystemContext.Sorting.cs (2)
39return comparer.Compare(_targetMethod, otherMethod._targetMethod);