4 references to ERR_ValueExpected
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
902or ErrorCode.ERR_ValueExpected
Parser\LanguageParser.cs (3)
5680close = this.AddError(close, ErrorCode.ERR_ValueExpected); 7942list[i] = this.AddError(this.CreateMissingIdentifierName(), offset: 0, list[i].Width, ErrorCode.ERR_ValueExpected); 12634expression = this.ParseIdentifierName(ErrorCode.ERR_ValueExpected);