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