16 references to ERR_ArrayInitNoTypeObjectDisallowed
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Expressions.vb (1)
1593ReportDiagnostic(diagnostics, arrayLiteral.Syntax, ERRID.ERR_ArrayInitNoTypeObjectDisallowed)
Errors\ErrorFacts.vb (1)
1176ERRID.ERR_ArrayInitNoTypeObjectDisallowed,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (14)
Semantics\ArrayLiteralTests.vb (14)
97Diagnostic(ERRID.ERR_ArrayInitNoTypeObjectDisallowed, "{}"), 98Diagnostic(ERRID.ERR_ArrayInitNoTypeObjectDisallowed, "{{}}"), 99Diagnostic(ERRID.ERR_ArrayInitNoTypeObjectDisallowed, "{}") 167Diagnostic(ERRID.ERR_ArrayInitNoTypeObjectDisallowed, "{}"), 168Diagnostic(ERRID.ERR_ArrayInitNoTypeObjectDisallowed, "{}"), 169Diagnostic(ERRID.ERR_ArrayInitNoTypeObjectDisallowed, "{}"), 170Diagnostic(ERRID.ERR_ArrayInitNoTypeObjectDisallowed, "{}"), 171Diagnostic(ERRID.ERR_ArrayInitNoTypeObjectDisallowed, "{}"), 172Diagnostic(ERRID.ERR_ArrayInitNoTypeObjectDisallowed, "{}"), 173Diagnostic(ERRID.ERR_ArrayInitNoTypeObjectDisallowed, "{}"), 174Diagnostic(ERRID.ERR_ArrayInitNoTypeObjectDisallowed, "{""a"", New c}"), 175Diagnostic(ERRID.ERR_ArrayInitNoTypeObjectDisallowed, "{}"), 176Diagnostic(ERRID.ERR_ArrayInitNoTypeObjectDisallowed, "{}") 551Diagnostic(ERRID.ERR_ArrayInitNoTypeObjectDisallowed, "{""a"", New c}"))