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