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