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