1 write to FunctionPointerTarget
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
400FunctionPointerTarget = functionPointerTarget;
5 references to FunctionPointerTarget
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (5)
122return new NativeLayoutMethodEntrypointGenericDictionarySlotNode(_factory, key.Method, key.FunctionPointerTarget, key.Unboxing); 420if (other.FunctionPointerTarget != FunctionPointerTarget) 429if (FunctionPointerTarget != null) 430hashCode ^= FunctionPointerTarget.GetHashCode();