2 references to NotSupported_CannotCallGetHashCodeOnSpan
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\ReadOnlySpan.cs (1)
198
throw new NotSupportedException(SR.
NotSupported_CannotCallGetHashCodeOnSpan
);
src\libraries\System.Private.CoreLib\src\System\Span.cs (1)
203
throw new NotSupportedException(SR.
NotSupported_CannotCallGetHashCodeOnSpan
);