9 references to NativeFunctionPointerWrapper
System.Private.CoreLib (9)
System\Delegate.cs (8)
254if ((_target is NativeFunctionPointerWrapper) || (_methodPtr == GetThunk(ObjectArrayThunk))) 274if ((_target is NativeFunctionPointerWrapper) || (_methodPtr == GetThunk(ObjectArrayThunk))) 336if (_target is NativeFunctionPointerWrapper) 361internal NativeFunctionPointerWrapper? TryGetNativeFunctionPointerWrapper() => _target as NativeFunctionPointerWrapper; 705if (_target is NativeFunctionPointerWrapper nativeFunctionPointerWrapper) 707if (d._target is not NativeFunctionPointerWrapper dnativeFunctionPointerWrapper) 742if (_target is NativeFunctionPointerWrapper nativeFunctionPointerWrapper)
System\Runtime\InteropServices\PInvokeMarshal.cs (1)
59NativeFunctionPointerWrapper? fpWrapper = del.TryGetNativeFunctionPointerWrapper();