6 references to ParseParenthesizedVariableDeclaration
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
9281var decl = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 9672return (ParseParenthesizedVariableDeclaration(VariableFlags.ForStatement, ParsePossibleScopedKeyword(isFunctionPointerParameter: false, isLambdaParameter: false)), initializers: default); 10380declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword); 10413declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 10420declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 10441declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null);