2 references to FirstElementOfPossibleTupleLiteral
Microsoft.CodeAnalysis.CSharp (2)
Parser\LanguageParser.cs (2)
6008(options & NameOptions.FirstElementOfPossibleTupleLiteral) != 0 && this.PeekToken(1).Kind == SyntaxKind.CommaToken) 7275nameOptions = NameOptions.InExpression | NameOptions.FirstElementOfPossibleTupleLiteral;