9 references to NativeFunctionPointerWrapper
System.Private.CoreLib (9)
System\Delegate.cs (8)
254
if ((_target is
NativeFunctionPointerWrapper
) || (_methodPtr == GetThunk(ObjectArrayThunk)))
274
if ((_target is
NativeFunctionPointerWrapper
) || (_methodPtr == GetThunk(ObjectArrayThunk)))
336
if (_target is
NativeFunctionPointerWrapper
)
361
internal
NativeFunctionPointerWrapper
? TryGetNativeFunctionPointerWrapper() => _target as
NativeFunctionPointerWrapper
;
705
if (_target is
NativeFunctionPointerWrapper
nativeFunctionPointerWrapper)
707
if (d._target is not
NativeFunctionPointerWrapper
dnativeFunctionPointerWrapper)
742
if (_target is
NativeFunctionPointerWrapper
nativeFunctionPointerWrapper)
System\Runtime\InteropServices\PInvokeMarshal.cs (1)
59
NativeFunctionPointerWrapper
? fpWrapper = del.TryGetNativeFunctionPointerWrapper();