6 references to ParseParenthesizedVariableDeclaration
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
9314var decl = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 9705return (ParseParenthesizedVariableDeclaration(VariableFlags.ForStatement, ParsePossibleScopedKeyword(isFunctionPointerParameter: false, isLambdaParameter: false)), initializers: default); 10413declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword); 10446declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 10453declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 10474declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null);