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