6 references to ERR_EscapedCurly
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
1652
case ErrorCode.
ERR_EscapedCurly
:
Parser\Lexer_StringLiteral.cs (2)
675
TrySetError(_lexer.MakeError(escapeStart, _lexer.TextWindow.Position - escapeStart, ErrorCode.
ERR_EscapedCurly
, ch));
958
TrySetError(_lexer.MakeError(pos, 1, ErrorCode.
ERR_EscapedCurly
, ch));
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\InterpolationTests.cs (3)
613
Diagnostic(ErrorCode.
ERR_EscapedCurly
, @"\u007B").WithArguments("{").WithLocation(5, 21),
616
Diagnostic(ErrorCode.
ERR_EscapedCurly
, @"\u007D").WithArguments("}").WithLocation(6, 21)
1470
Diagnostic(ErrorCode.
ERR_EscapedCurly
, @"\").WithArguments("}").WithLocation(6, 40),