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