2 references to Argument_IncompatibleArrayType
System.Collections.Immutable (2)
System\Collections\Frozen\FrozenDictionary.cs (2)
443
throw new ArgumentException(SR.
Argument_IncompatibleArrayType
, nameof(array));
455
throw new ArgumentException(SR.
Argument_IncompatibleArrayType
, nameof(array));