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