3 references to ERR_ArraySizeInDeclaration
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Symbols.cs (1)
666Error(diagnostics, ErrorCode.ERR_ArraySizeInDeclaration, rankSpecifier);
Errors\ErrorFacts.cs (1)
818or ErrorCode.ERR_ArraySizeInDeclaration
Parser\LanguageParser.cs (1)
5390expression = this.AddError(expression, ErrorCode.ERR_ArraySizeInDeclaration);