1 write to _targetMethod
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\InterfaceDispatchCellNode.cs (1)
31_targetMethod = targetMethod;
11 references to _targetMethod
ILCompiler.Compiler (11)
Compiler\DependencyAnalysis\InterfaceDispatchCellNode.cs (11)
23internal MethodDesc TargetMethod => _targetMethod; 40.Append(nameMangler.GetMangledMethodName(_targetMethod)); 66return _targetMethod.Context.Target.PointerSize * 2; 84if (factory.DevirtualizationManager.CanHaveDynamicInterfaceImplementations(_targetMethod.OwningType)) 86return factory.ConstructedTypeSymbol(_targetMethod.OwningType); 90return factory.NecessaryTypeSymbol(_targetMethod.OwningType); 98if (!factory.VTable(_targetMethod.OwningType).HasKnownVirtualMethodUse) 100result.Add(factory.VirtualMethodUse(_targetMethod), "Interface method use"); 103factory.MetadataManager.GetDependenciesDueToVirtualMethodReflectability(ref result, factory, _targetMethod); 114var compare = comparer.Compare(_targetMethod, ((InterfaceDispatchCellNode)other)._targetMethod);