1 write to FunctionPointerTarget
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
411FunctionPointerTarget = functionPointerTarget;
5 references to FunctionPointerTarget
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (5)
127return new NativeLayoutMethodEntrypointGenericDictionarySlotNode(_factory, key.Method, key.FunctionPointerTarget, key.Unboxing); 431if (other.FunctionPointerTarget != FunctionPointerTarget) 440if (FunctionPointerTarget != null) 441hashCode ^= FunctionPointerTarget.GetHashCode();