9 references to NativeFunctionPointerWrapper
System.Private.CoreLib (9)
System\Delegate.NativeAot.cs (8)
49if (_target is NativeFunctionPointerWrapper) 291if (_target is NativeFunctionPointerWrapper || _methodPtr == GetThunk(ObjectArrayThunk)) 310if (_target is NativeFunctionPointerWrapper || _methodPtr == GetThunk(ObjectArrayThunk)) 361internal NativeFunctionPointerWrapper? TryGetNativeFunctionPointerWrapper() => _target as NativeFunctionPointerWrapper; 461if (_target is NativeFunctionPointerWrapper nativeFunctionPointerWrapper) 463if (other._target is not NativeFunctionPointerWrapper dnativeFunctionPointerWrapper) 496if (_target is NativeFunctionPointerWrapper nativeFunctionPointerWrapper)
System\Runtime\InteropServices\PInvokeMarshal.cs (1)
59NativeFunctionPointerWrapper? fpWrapper = del.TryGetNativeFunctionPointerWrapper();