13 references to Normal
Microsoft.CodeAnalysis.CSharp (13)
Parser\LanguageParser_InterpolatedString.cs (3)
84Lexer.InterpolatedStringKind.Normal => SyntaxKind.InterpolatedStringStartToken, 245Lexer.InterpolatedStringKind.Normal => SyntaxKind.InterpolatedStringEndToken, 459Debug.Assert(kind is Lexer.InterpolatedStringKind.Normal or Lexer.InterpolatedStringKind.Verbatim);
Parser\Lexer_StringLiteral.cs (10)
437kind = InterpolatedStringKind.Normal; 512if (kind is InterpolatedStringKind.Normal or InterpolatedStringKind.Verbatim) 529Debug.Assert(kind is InterpolatedStringKind.Normal or InterpolatedStringKind.Verbatim); 676if (kind == InterpolatedStringKind.Normal) 752if (kind is InterpolatedStringKind.Normal or InterpolatedStringKind.Verbatim) 763if (kind == InterpolatedStringKind.Normal) 801if (kind is InterpolatedStringKind.Normal or InterpolatedStringKind.Verbatim) 838if (kind is InterpolatedStringKind.Normal or InterpolatedStringKind.Verbatim) 850Debug.Assert(kind is InterpolatedStringKind.Normal or InterpolatedStringKind.Verbatim); 958if (ch == '\\' && kind is InterpolatedStringKind.Normal)