13 references to Normal
Microsoft.CodeAnalysis.CSharp (13)
Parser\LanguageParser_InterpolatedString.cs (3)
181Lexer.InterpolatedStringKind.Normal => SyntaxKind.InterpolatedStringStartToken, 353Lexer.InterpolatedStringKind.Normal => SyntaxKind.InterpolatedStringEndToken, 586Debug.Assert(kind is Lexer.InterpolatedStringKind.Normal or Lexer.InterpolatedStringKind.Verbatim);
Parser\Lexer_StringLiteral.cs (10)
444kind = InterpolatedStringKind.Normal; 528if (kind is InterpolatedStringKind.Normal or InterpolatedStringKind.Verbatim) 548Debug.Assert(kind is InterpolatedStringKind.Normal or InterpolatedStringKind.Verbatim); 695if (kind == InterpolatedStringKind.Normal) 771if (kind is InterpolatedStringKind.Normal or InterpolatedStringKind.Verbatim) 782if (kind == InterpolatedStringKind.Normal) 820if (kind is InterpolatedStringKind.Normal or InterpolatedStringKind.Verbatim) 857if (kind is InterpolatedStringKind.Normal or InterpolatedStringKind.Verbatim) 869Debug.Assert(kind is InterpolatedStringKind.Normal or InterpolatedStringKind.Verbatim); 977if (ch == '\\' && kind is InterpolatedStringKind.Normal)