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