1 write to _targetMethod
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\InterfaceDispatchCellNode.cs (1)
26_targetMethod = targetMethod;
10 references to _targetMethod
ILCompiler.Compiler (10)
Compiler\DependencyAnalysis\InterfaceDispatchCellNode.cs (10)
18internal MethodDesc TargetMethod => _targetMethod; 34.Append(nameMangler.GetMangledMethodName(_targetMethod)); 57if (factory.DevirtualizationManager.CanHaveDynamicInterfaceImplementations(_targetMethod.OwningType)) 59return factory.ConstructedTypeSymbol(_targetMethod.OwningType); 63return factory.NecessaryTypeSymbol(_targetMethod.OwningType); 71if (!factory.VTable(_targetMethod.OwningType).HasKnownVirtualMethodUse) 73result.Add(factory.VirtualMethodUse(_targetMethod), "Interface method use"); 76factory.MetadataManager.GetDependenciesDueToVirtualMethodReflectability(ref result, factory, _targetMethod); 126var compare = comparer.Compare(_targetMethod, ((InterfaceDispatchCellNode)other)._targetMethod);