4 references to QuotedString
Microsoft.CodeAnalysis.VisualBasic (4)
Parser\ParseXml.vb (3)
1067
state = If(CurrentToken.Text = """"c, ScannerState.
QuotedString
, ScannerState.SmartQuotedString)
1390
state = If(CurrentToken.Text = """"c, ScannerState.
QuotedString
, ScannerState.SmartQuotedString)
1953
state = If(CurrentToken.Text = """"c, ScannerState.
QuotedString
, ScannerState.SmartQuotedString)
Scanner\TokenStream.vb (1)
612
Case ScannerState.
QuotedString