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