4 references to ParseFieldDeclarationVariableDeclarators
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
4897type, this.ParseFieldDeclarationVariableDeclarators(type, VariableFlags.Fixed, parentKind)),
5025var variables = this.ParseFieldDeclarationVariableDeclarators(type, flags: VariableFlags.LocalOrField, parentKind);
5061var variables = this.ParseFieldDeclarationVariableDeclarators(type, flags: 0, parentKind);
5592this.ParseFieldDeclarationVariableDeclarators(type, VariableFlags.Const, parentKind)),