6 references to ERR_EscapedCurly
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
1713
or ErrorCode.
ERR_EscapedCurly
Parser\Lexer_StringLiteral.cs (2)
682
TrySetError(_lexer.MakeError(escapeStart, _lexer.TextWindow.Position - escapeStart, ErrorCode.
ERR_EscapedCurly
, ch));
965
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)
1468
Diagnostic(ErrorCode.
ERR_EscapedCurly
, @"\").WithArguments("}").WithLocation(6, 40),