9 references to NativeFunctionPointerWrapper
System.Private.CoreLib (9)
System\Delegate.cs (8)
269if ((_firstParameter is NativeFunctionPointerWrapper) || (_functionPointer == GetThunk(ObjectArrayThunk))) 289if ((_firstParameter is NativeFunctionPointerWrapper) || (_functionPointer == GetThunk(ObjectArrayThunk))) 351if (_firstParameter is NativeFunctionPointerWrapper) 376internal NativeFunctionPointerWrapper? TryGetNativeFunctionPointerWrapper() => _firstParameter as NativeFunctionPointerWrapper; 723if (_firstParameter is NativeFunctionPointerWrapper nativeFunctionPointerWrapper) 725if (d._firstParameter is not NativeFunctionPointerWrapper dnativeFunctionPointerWrapper) 760if (_firstParameter is NativeFunctionPointerWrapper nativeFunctionPointerWrapper)
System\Runtime\InteropServices\PInvokeMarshal.cs (1)
59NativeFunctionPointerWrapper? fpWrapper = del.TryGetNativeFunctionPointerWrapper();