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