1 write to _targetMethod
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\DispatchCellNode.cs (1)
31_targetMethod = targetMethod;
8 references to _targetMethod
ILCompiler.Compiler (8)
Compiler\DependencyAnalysis\DispatchCellNode.cs (8)
23internal MethodDesc TargetMethod => _targetMethod; 40.Append(nameMangler.GetMangledMethodName(_targetMethod)); 66return _targetMethod.Context.Target.PointerSize * 2; 82if (_targetMethod.HasInstantiation) 84return GvmDispatchCellInfoSectionNode.GetCellDependencies(factory, _targetMethod); 88return InterfaceDispatchCellInfoSectionNode.GetCellDependencies(factory, _targetMethod); 97var compare = comparer.Compare(_targetMethod, otherCell._targetMethod);