6 references to ParseParenthesizedVariableDeclaration
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
8859var decl = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 9250return (ParseParenthesizedVariableDeclaration(VariableFlags.ForStatement, ParsePossibleScopedKeyword(isFunctionPointerParameter: false)), initializers: default); 9925declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword); 9958declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 9965declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 9986declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null);