4 references to ParseFieldDeclarationVariableDeclarators
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
5007type, this.ParseFieldDeclarationVariableDeclarators(type, VariableFlags.Fixed, parentKind)),
5135var variables = this.ParseFieldDeclarationVariableDeclarators(type, flags: VariableFlags.LocalOrField, parentKind);
5171var variables = this.ParseFieldDeclarationVariableDeclarators(type, flags: 0, parentKind);
5702this.ParseFieldDeclarationVariableDeclarators(type, VariableFlags.Const, parentKind)),