6 references to ParseParenthesizedVariableDeclaration
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
9335var decl = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 9728return (ParseParenthesizedVariableDeclaration(VariableFlags.ForStatement, ParsePossibleScopedKeyword(isFunctionPointerParameter: false, isLambdaParameter: false)), initializers: default); 10436declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword); 10469declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 10476declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 10497declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null);