3 references to ERR_BadBinaryReadOnlySpanConcatenation
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Operators.cs (1)
1323errorCode = 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)
2292or ErrorCode.ERR_BadBinaryReadOnlySpanConcatenation
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\Utf8StringsLiteralsTests.cs (1)
4159Diagnostic(ErrorCode.ERR_BadBinaryReadOnlySpanConcatenation, expression).WithArguments("+", "System.ReadOnlySpan<byte>", "System.ReadOnlySpan<byte>").WithLocation(7, 13)