2 references to NotSupported_CannotCallEqualsOnSpan
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\ReadOnlySpan.cs (1)
190throw new NotSupportedException(SR.NotSupported_CannotCallEqualsOnSpan);
src\libraries\System.Private.CoreLib\src\System\Span.cs (1)
195throw new NotSupportedException(SR.NotSupported_CannotCallEqualsOnSpan);