6 references to ParseParenthesizedVariableDeclaration
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
8861var decl = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 9252return (ParseParenthesizedVariableDeclaration(VariableFlags.ForStatement, ParsePossibleScopedKeyword(isFunctionPointerParameter: false, isLambdaParameter: false)), initializers: default); 9927declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword); 9960declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 9967declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 9988declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null);