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