1 write to _targetMethod
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\RuntimeMethodHandleNode.cs (1)
27_targetMethod = targetMethod;
17 references to _targetMethod
ILCompiler.Compiler (17)
Compiler\DependencyAnalysis\RuntimeMethodHandleNode.cs (17)
16public MethodDesc Method => _targetMethod; 34.Append(nameMangler.GetMangledMethodName(_targetMethod)); 53if (!_targetMethod.IsMethodDefinition && !_targetMethod.OwningType.IsGenericDefinition 54&& _targetMethod.HasInstantiation && _targetMethod.IsVirtual) 57MethodDesc canonMethod = _targetMethod.GetCanonMethodTarget(CanonicalFormKind.Specific); 62if (_targetMethod.IsAbstract) 66factory.MetadataManager.GetDependenciesDueToLdToken(ref dependencies, factory, _targetMethod); 78int handle = relocsOnly ? 0 : factory.MetadataManager.GetMetadataHandleForMethod(factory, _targetMethod.GetTypicalMethodDefinition()); 80objData.EmitPointerReloc(factory.MaximallyConstructableType(_targetMethod.OwningType)); 83if (_targetMethod != _targetMethod.GetMethodDefinition()) 85objData.EmitInt(_targetMethod.Instantiation.Length); 86foreach (TypeDesc instParam in _targetMethod.Instantiation) 101return comparer.Compare(_targetMethod, ((RuntimeMethodHandleNode)other)._targetMethod);