9 references to ERR_ArrayInitNoType
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Expressions.vb (2)
1480ReportDiagnostic(diagnostics, arrayLiteral.Syntax, ERRID.ERR_ArrayInitNoType) 1587ReportDiagnostic(diagnostics, arrayLiteral.Syntax, ERRID.ERR_ArrayInitNoType)
Errors\ErrorFacts.vb (1)
1124ERRID.ERR_ArrayInitNoType,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (6)
Semantics\ArrayLiteralTests.vb (6)
688Diagnostic(ERRID.ERR_ArrayInitNoType, "{Addressof Main}"), 695Diagnostic(ERRID.ERR_ArrayInitNoType, "{Addressof Main}"), 722Diagnostic(ERRID.ERR_ArrayInitNoType, "{Addressof Main}"), 728Diagnostic(ERRID.ERR_ArrayInitNoType, "{Addressof Main}"), 1565compilation.VerifyDiagnostics(Diagnostic(ERRID.ERR_ArrayInitNoType, "{AddressOf Goo}")) 1568compilation.VerifyDiagnostics(Diagnostic(ERRID.ERR_ArrayInitNoType, "{AddressOf Goo}"))