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