1 write to _targetMethod
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\DelegateCtorSignature.cs (1)
25_targetMethod = targetMethod;
8 references to _targetMethod
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRun\DelegateCtorSignature.cs (8)
45bool needsInstantiatingStub = _targetMethod.Method.HasInstantiation; 46if (_targetMethod.Method.IsVirtual && _targetMethod.Method.Signature.IsStatic) 50needsInstantiatingStub |= (_targetMethod.Method.OwningType.HasInstantiation || _methodToken.ConstrainedType != null); 71new DependencyListEntry(_targetMethod, "Delegate target method") 82_targetMethod.AppendMangledName(nameMangler, sb); 95result = comparer.Compare(_targetMethod, otherNode._targetMethod);