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