1 write to _targetMethod
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\RuntimeMethodHandleNode.cs (1)
26_targetMethod = targetMethod;
17 references to _targetMethod
ILCompiler.Compiler (17)
Compiler\DependencyAnalysis\RuntimeMethodHandleNode.cs (17)
16public MethodDesc Method => _targetMethod; 33.Append(nameMangler.GetMangledMethodName(_targetMethod)); 52if (!_targetMethod.IsMethodDefinition && !_targetMethod.OwningType.IsGenericDefinition 53&& _targetMethod.HasInstantiation && _targetMethod.IsVirtual) 56MethodDesc canonMethod = _targetMethod.GetCanonMethodTarget(CanonicalFormKind.Specific); 61if (_targetMethod.IsAbstract) 65factory.MetadataManager.GetDependenciesDueToLdToken(ref dependencies, factory, _targetMethod); 79MethodDesc targetMethodForMetadata = _targetMethod.GetTypicalMethodDefinition(); 88objData.EmitPointerReloc(factory.MaximallyConstructableType(_targetMethod.OwningType)); 91if (_targetMethod != _targetMethod.GetMethodDefinition()) 93objData.EmitInt(_targetMethod.Instantiation.Length | flags); 94foreach (TypeDesc instParam in _targetMethod.Instantiation) 109return comparer.Compare(_targetMethod, ((RuntimeMethodHandleNode)other)._targetMethod);