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