1 write to NativeFunctionPointer
System.Private.CoreLib (1)
System\Runtime\InteropServices\NativeFunctionPointerWrapper.cs (1)
15
NativeFunctionPointer
= nativeFunctionPointer;
4 references to NativeFunctionPointer
System.Private.CoreLib (4)
System\Delegate.cs (3)
728
return nativeFunctionPointerWrapper.
NativeFunctionPointer
== dnativeFunctionPointerWrapper.
NativeFunctionPointer
;
762
return nativeFunctionPointerWrapper.
NativeFunctionPointer
.GetHashCode();
System\Runtime\InteropServices\PInvokeMarshal.cs (1)
66
return fpWrapper.
NativeFunctionPointer
;