3 references to ArgumentException_NotIsomorphic
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ArrayWithOffset.cs (1)
25
throw new ArgumentException(SR.
ArgumentException_NotIsomorphic
);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\GCHandle.cs (2)
44
throw new ArgumentException(SR.
ArgumentException_NotIsomorphic
, nameof(value));
100
throw new ArgumentException(SR.
ArgumentException_NotIsomorphic
, nameof(value));