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