11 references to SingleLineRaw
Microsoft.CodeAnalysis.CSharp (11)
Parser\LanguageParser_InterpolatedString.cs (3)
183
Lexer.InterpolatedStringKind.
SingleLineRaw
=> SyntaxKind.InterpolatedSingleLineRawStringStartToken,
355
Lexer.InterpolatedStringKind.
SingleLineRaw
=> SyntaxKind.InterpolatedRawStringEndToken,
583
if (kind is Lexer.InterpolatedStringKind.
SingleLineRaw
or Lexer.InterpolatedStringKind.MultiLineRaw)
Parser\Lexer_StringLiteral.cs (8)
483
: InterpolatedStringKind.
SingleLineRaw
;
516
kind = InterpolatedStringKind.
SingleLineRaw
;
534
Debug.Assert(kind is InterpolatedStringKind.
SingleLineRaw
or InterpolatedStringKind.MultiLineRaw);
569
Debug.Assert(kind is InterpolatedStringKind.
SingleLineRaw
or InterpolatedStringKind.MultiLineRaw);
571
if (kind is InterpolatedStringKind.
SingleLineRaw
)
800
Debug.Assert(kind is InterpolatedStringKind.
SingleLineRaw
or InterpolatedStringKind.MultiLineRaw);
837
Debug.Assert(kind is InterpolatedStringKind.MultiLineRaw or InterpolatedStringKind.
SingleLineRaw
);
898
Debug.Assert(kind is InterpolatedStringKind.
SingleLineRaw
or InterpolatedStringKind.MultiLineRaw);