3 references to ERR_ExpectedSQuote
Microsoft.CodeAnalysis.VisualBasic (3)
Errors\ErrorFacts.vb (1)
668ERRID.ERR_ExpectedSQuote,
Parser\ParseVerify.vb (1)
127Return ERRID.ERR_ExpectedSQuote
Scanner\ScannerXml.vb (1)
938Dim errInfo = ErrorFactory.ErrorInfo(If(isSingle, ERRID.ERR_ExpectedSQuote, ERRID.ERR_ExpectedQuote))