6 references to ParseParenthesizedVariableDeclaration
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
8960var decl = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 9351return (ParseParenthesizedVariableDeclaration(VariableFlags.ForStatement, ParsePossibleScopedKeyword(isFunctionPointerParameter: false, isLambdaParameter: false)), initializers: default); 10026declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword); 10059declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 10066declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 10087declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null);