6 references to ParseParenthesizedVariableDeclaration
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
9268var decl = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 9659return (ParseParenthesizedVariableDeclaration(VariableFlags.ForStatement, ParsePossibleScopedKeyword(isFunctionPointerParameter: false, isLambdaParameter: false)), initializers: default); 10367declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword); 10400declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 10407declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 10428declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null);