6 references to ParseParenthesizedVariableDeclaration
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
8991var decl = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 9382return (ParseParenthesizedVariableDeclaration(VariableFlags.ForStatement, ParsePossibleScopedKeyword(isFunctionPointerParameter: false, isLambdaParameter: false)), initializers: default); 10057declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword); 10090declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 10097declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 10118declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null);