1 write to _targetMethod
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\DispatchCellNode.cs (1)
32_targetMethod = targetMethod;
8 references to _targetMethod
ILCompiler.Compiler (8)
Compiler\DependencyAnalysis\DispatchCellNode.cs (8)
24internal MethodDesc TargetMethod => _targetMethod; 41.Append(nameMangler.GetMangledMethodName(_targetMethod)); 67return _targetMethod.Context.Target.PointerSize * 2; 83if (_targetMethod.HasInstantiation) 85return GvmDispatchCellInfoSectionNode.GetCellDependencies(factory, _targetMethod); 89return InterfaceDispatchCellInfoSectionNode.GetCellDependencies(factory, _targetMethod); 98var compare = comparer.Compare(_targetMethod, otherCell._targetMethod);