2 references to InvalidCast_StoreArrayElement
System.Private.CoreLib (2)
src\System\Array.CoreCLR.cs (2)
228
throw new InvalidCastException(SR.
InvalidCast_StoreArrayElement
);
264
throw new InvalidCastException(SR.
InvalidCast_StoreArrayElement
);