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)
461if (_isInterpolatedString) 537if (!_isInterpolatedString) 686case '}' when _isInterpolatedString: 689case '{' when _isInterpolatedString: