1 write to
Microsoft.CodeAnalysis.CSharp (1)
Parser\LanguageParser.cs (1)
7692list[i] = this.AddError(this.CreateMissingIdentifierName(), offset, width, ErrorCode.ERR_ValueExpected);
3 references to
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (3)
7688if (list[i].RawKind == (int)SyntaxKind.OmittedArraySizeExpression) 7690int width = list[i].Width; 7691int offset = list[i].GetLeadingTriviaWidth();