18 references to ERR_ExpectedGreater
Microsoft.CodeAnalysis.VisualBasic (6)
Errors\ErrorFacts.vb (1)
414ERRID.ERR_ExpectedGreater,
Parser\Parser.vb (1)
4756xmlNamespace = xmlNamespace.AddTrailingSyntax(unexpected, ERRID.ERR_ExpectedGreater)
Parser\ParseVerify.vb (1)
66Return ERRID.ERR_ExpectedGreater
Parser\ParseXml.vb (3)
793endEmptyElementToken = AddLeadingSyntax(endEmptyElementToken, unexpectedSyntax, ERRID.ERR_ExpectedGreater) 803greaterThan = AddLeadingSyntax(greaterThan, unexpectedSyntax, ERRID.ERR_ExpectedGreater) 815greaterThan = ReportSyntaxError(greaterThan, ERRID.ERR_ExpectedGreater)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (12)
Parser\ParseAttributes.vb (2)
74Diagnostic(ERRID.ERR_ExpectedGreater, ""), 210Diagnostic(ERRID.ERR_ExpectedGreater, ""))
Parser\ParseImports.vb (3)
77Diagnostic(ERRID.ERR_ExpectedGreater, "") 87Diagnostic(ERRID.ERR_ExpectedGreater, "xml")) 96Diagnostic(ERRID.ERR_ExpectedGreater, "p"))
Parser\ParseStatements.vb (3)
3457Diagnostic(ERRID.ERR_ExpectedGreater, "xmlns"), 3459Diagnostic(ERRID.ERR_ExpectedGreater, "xmlns"), 3462Diagnostic(ERRID.ERR_ExpectedGreater, "xmlns"))
Parser\ParseXml.vb (4)
2008Diagnostic(ERRID.ERR_ExpectedGreater, "")) 2020Diagnostic(ERRID.ERR_ExpectedGreater, ":"), 2023Diagnostic(ERRID.ERR_ExpectedGreater, "")) 3534Diagnostic(ERRID.ERR_ExpectedGreater, "")