6 references to ParseParenthesizedVariableDeclaration
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
9295var decl = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 9688return (ParseParenthesizedVariableDeclaration(VariableFlags.ForStatement, ParsePossibleScopedKeyword(isFunctionPointerParameter: false, isLambdaParameter: false)), initializers: default); 10396declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword); 10429declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 10436declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 10457declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null);