6 references to ParseParenthesizedVariableDeclaration
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
9225var decl = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 9616return (ParseParenthesizedVariableDeclaration(VariableFlags.ForStatement, ParsePossibleScopedKeyword(isFunctionPointerParameter: false, isLambdaParameter: false)), initializers: default); 10324declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword); 10357declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 10364declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 10385declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null);