6 references to ParseParenthesizedVariableDeclaration
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
8863var decl = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 9254return (ParseParenthesizedVariableDeclaration(VariableFlags.ForStatement, ParsePossibleScopedKeyword(isFunctionPointerParameter: false, isLambdaParameter: false)), initializers: default); 9929declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword); 9962declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 9969declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 9990declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null);