4 references to ERR_ValueExpected
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
877or ErrorCode.ERR_ValueExpected
Parser\LanguageParser.cs (3)
5378close = this.AddError(close, ErrorCode.ERR_ValueExpected); 7567list[i] = this.AddError(this.CreateMissingIdentifierName(), offset, width, ErrorCode.ERR_ValueExpected); 11868expression = this.ParseIdentifierName(ErrorCode.ERR_ValueExpected);