4 references to ParseFieldDeclarationVariableDeclarators
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
4934type, this.ParseFieldDeclarationVariableDeclarators(type, VariableFlags.Fixed, parentKind)), 5062var variables = this.ParseFieldDeclarationVariableDeclarators(type, flags: VariableFlags.LocalOrField, parentKind); 5098var variables = this.ParseFieldDeclarationVariableDeclarators(type, flags: 0, parentKind); 5629this.ParseFieldDeclarationVariableDeclarators(type, VariableFlags.Const, parentKind)),