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