9 references to NativeFunctionPointerWrapper
System.Private.CoreLib (9)
System\Delegate.cs (8)
267if ((_target is NativeFunctionPointerWrapper) || (_methodPtr == GetThunk(ObjectArrayThunk))) 287if ((_target is NativeFunctionPointerWrapper) || (_methodPtr == GetThunk(ObjectArrayThunk))) 349if (_target is NativeFunctionPointerWrapper) 374internal NativeFunctionPointerWrapper? TryGetNativeFunctionPointerWrapper() => _target as NativeFunctionPointerWrapper; 721if (_target is NativeFunctionPointerWrapper nativeFunctionPointerWrapper) 723if (d._target is not NativeFunctionPointerWrapper dnativeFunctionPointerWrapper) 758if (_target is NativeFunctionPointerWrapper nativeFunctionPointerWrapper)
System\Runtime\InteropServices\PInvokeMarshal.cs (1)
59NativeFunctionPointerWrapper? fpWrapper = del.TryGetNativeFunctionPointerWrapper();