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