3 references to ERR_BadBinaryReadOnlySpanConcatenation
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Operators.cs (1)
1323
errorCode = ErrorCode.
ERR_BadBinaryReadOnlySpanConcatenation
; // Operator '{0}' cannot be applied to operands of type '{1}' and '{2}' that are not UTF-8 byte representations
Errors\ErrorFacts.cs (1)
2292
or ErrorCode.
ERR_BadBinaryReadOnlySpanConcatenation
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\Utf8StringsLiteralsTests.cs (1)
4159
Diagnostic(ErrorCode.
ERR_BadBinaryReadOnlySpanConcatenation
, expression).WithArguments("+", "System.ReadOnlySpan<byte>", "System.ReadOnlySpan<byte>").WithLocation(7, 13)