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