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