3 references to IsInstanceOfAny
System.Private.CoreLib (3)
src\System\Array.CoreCLR.cs (2)
535
&& CastHelpers.
IsInstanceOfAny
(pElementMethodTable, value) == null)
545
if (CastHelpers.
IsInstanceOfAny
(pElementMethodTable, value) != null)
src\System\RuntimeType.CoreCLR.cs (1)
3311
bool ret = CastHelpers.
IsInstanceOfAny
(GetUnderlyingNativeHandle().ToPointer(), o) is not null;