2 references to ERR_InitializerExpected
Microsoft.CodeAnalysis.VisualBasic (2)
Errors\ErrorFacts.vb (1)
558ERRID.ERR_InitializerExpected,
Parser\Parser.vb (1)
2495openBrace = ReportSyntaxError(openBrace, If(anonymousTypeInitializer, ERRID.ERR_AnonymousTypeNeedField, ERRID.ERR_InitializerExpected))