9 references to NativeFunctionPointerWrapper
System.Private.CoreLib (9)
System\Delegate.cs (8)
267
if ((_target is
NativeFunctionPointerWrapper
) || (_methodPtr == GetThunk(ObjectArrayThunk)))
287
if ((_target is
NativeFunctionPointerWrapper
) || (_methodPtr == GetThunk(ObjectArrayThunk)))
349
if (_target is
NativeFunctionPointerWrapper
)
374
internal
NativeFunctionPointerWrapper
? TryGetNativeFunctionPointerWrapper() => _target as
NativeFunctionPointerWrapper
;
721
if (_target is
NativeFunctionPointerWrapper
nativeFunctionPointerWrapper)
723
if (d._target is not
NativeFunctionPointerWrapper
dnativeFunctionPointerWrapper)
758
if (_target is
NativeFunctionPointerWrapper
nativeFunctionPointerWrapper)
System\Runtime\InteropServices\PInvokeMarshal.cs (1)
59
NativeFunctionPointerWrapper
? fpWrapper = del.TryGetNativeFunctionPointerWrapper();