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