6 references to ParseParenthesizedVariableDeclaration
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
9211var decl = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 9602return (ParseParenthesizedVariableDeclaration(VariableFlags.ForStatement, ParsePossibleScopedKeyword(isFunctionPointerParameter: false, isLambdaParameter: false)), initializers: default); 10310declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword); 10343declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 10350declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 10371declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null);