6 references to ParseParenthesizedVariableDeclaration
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
8859
var decl =
ParseParenthesizedVariableDeclaration
(VariableFlags.None, scopedKeyword: null);
9250
return (
ParseParenthesizedVariableDeclaration
(VariableFlags.ForStatement, ParsePossibleScopedKeyword(isFunctionPointerParameter: false)), initializers: default);
9925
declaration =
ParseParenthesizedVariableDeclaration
(VariableFlags.None, scopedKeyword);
9958
declaration =
ParseParenthesizedVariableDeclaration
(VariableFlags.None, scopedKeyword: null);
9965
declaration =
ParseParenthesizedVariableDeclaration
(VariableFlags.None, scopedKeyword: null);
9986
declaration =
ParseParenthesizedVariableDeclaration
(VariableFlags.None, scopedKeyword: null);