6 references to ParseParenthesizedVariableDeclaration
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
8996var decl = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 9387return (ParseParenthesizedVariableDeclaration(VariableFlags.ForStatement, ParsePossibleScopedKeyword(isFunctionPointerParameter: false, isLambdaParameter: false)), initializers: default); 10062declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword); 10095declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 10102declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null); 10123declaration = ParseParenthesizedVariableDeclaration(VariableFlags.None, scopedKeyword: null);