1 write to _isInterpolatedString
Microsoft.CodeAnalysis.CSharp (1)
Parser\Lexer_StringLiteral.cs (1)
358
_isInterpolatedString
= isInterpolatedString;
4 references to _isInterpolatedString
Microsoft.CodeAnalysis.CSharp (4)
Parser\Lexer_StringLiteral.cs (4)
461
if (
_isInterpolatedString
)
537
if (!
_isInterpolatedString
)
686
case '}' when
_isInterpolatedString
:
689
case '{' when
_isInterpolatedString
: