11 references to SingleLineRaw
Microsoft.CodeAnalysis.CSharp (11)
Parser\LanguageParser_InterpolatedString.cs (3)
86
Lexer.InterpolatedStringKind.
SingleLineRaw
=> SyntaxKind.InterpolatedSingleLineRawStringStartToken,
247
Lexer.InterpolatedStringKind.
SingleLineRaw
=> SyntaxKind.InterpolatedRawStringEndToken,
456
if (kind is Lexer.InterpolatedStringKind.
SingleLineRaw
or Lexer.InterpolatedStringKind.MultiLineRaw)
Parser\Lexer_StringLiteral.cs (8)
467
: InterpolatedStringKind.
SingleLineRaw
;
500
kind = InterpolatedStringKind.
SingleLineRaw
;
518
Debug.Assert(kind is InterpolatedStringKind.
SingleLineRaw
or InterpolatedStringKind.MultiLineRaw);
550
Debug.Assert(kind is InterpolatedStringKind.
SingleLineRaw
or InterpolatedStringKind.MultiLineRaw);
552
if (kind is InterpolatedStringKind.
SingleLineRaw
)
781
Debug.Assert(kind is InterpolatedStringKind.
SingleLineRaw
or InterpolatedStringKind.MultiLineRaw);
818
Debug.Assert(kind is InterpolatedStringKind.MultiLineRaw or InterpolatedStringKind.
SingleLineRaw
);
879
Debug.Assert(kind is InterpolatedStringKind.
SingleLineRaw
or InterpolatedStringKind.MultiLineRaw);