4 references to ParseVariableDeclarators
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
4482this.ParseVariableDeclarators(type, VariableFlags.Fixed, variables, parentKind); 4624this.ParseVariableDeclarators(type, flags: VariableFlags.LocalOrField, variables: variables, parentKind: parentKind); 4671this.ParseVariableDeclarators(type, flags: 0, variables: variables, parentKind: parentKind); 5165this.ParseVariableDeclarators(type, VariableFlags.Const, variables, parentKind);