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