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,
459
Debug.Assert(kind is Lexer.InterpolatedStringKind.
Normal
or Lexer.InterpolatedStringKind.Verbatim);
Parser\Lexer_StringLiteral.cs (10)
437
kind = InterpolatedStringKind.
Normal
;
512
if (kind is InterpolatedStringKind.
Normal
or InterpolatedStringKind.Verbatim)
529
Debug.Assert(kind is InterpolatedStringKind.
Normal
or InterpolatedStringKind.Verbatim);
676
if (kind == InterpolatedStringKind.
Normal
)
752
if (kind is InterpolatedStringKind.
Normal
or InterpolatedStringKind.Verbatim)
763
if (kind == InterpolatedStringKind.
Normal
)
801
if (kind is InterpolatedStringKind.
Normal
or InterpolatedStringKind.Verbatim)
838
if (kind is InterpolatedStringKind.
Normal
or InterpolatedStringKind.Verbatim)
850
Debug.Assert(kind is InterpolatedStringKind.
Normal
or InterpolatedStringKind.Verbatim);
958
if (ch == '\\' && kind is InterpolatedStringKind.
Normal
)