13 references to Normal
Microsoft.CodeAnalysis.CSharp (13)
Parser\LanguageParser_InterpolatedString.cs (3)
84Lexer.InterpolatedStringKind.Normal => SyntaxKind.InterpolatedStringStartToken, 245Lexer.InterpolatedStringKind.Normal => SyntaxKind.InterpolatedStringEndToken, 457Debug.Assert(kind is Lexer.InterpolatedStringKind.Normal or Lexer.InterpolatedStringKind.Verbatim);
Parser\Lexer_StringLiteral.cs (10)
430kind = InterpolatedStringKind.Normal; 505if (kind is InterpolatedStringKind.Normal or InterpolatedStringKind.Verbatim) 522Debug.Assert(kind is InterpolatedStringKind.Normal or InterpolatedStringKind.Verbatim); 669if (kind == InterpolatedStringKind.Normal) 745if (kind is InterpolatedStringKind.Normal or InterpolatedStringKind.Verbatim) 756if (kind == InterpolatedStringKind.Normal) 794if (kind is InterpolatedStringKind.Normal or InterpolatedStringKind.Verbatim) 831if (kind is InterpolatedStringKind.Normal or InterpolatedStringKind.Verbatim) 843Debug.Assert(kind is InterpolatedStringKind.Normal or InterpolatedStringKind.Verbatim); 951if (ch == '\\' && kind is InterpolatedStringKind.Normal)