6 references to ParseParenthesizedVariableDeclaration
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
9080var decl = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 9471return (ParseParenthesizedVariableDeclaration(VariableFlags.ForStatement, ParsePossibleScopedKeyword(isFunctionPointerParameter: false, isLambdaParameter: false)), initializers: default); 10146declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword); 10179declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 10186declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 10207declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null);