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