4 references to ParseFieldDeclarationVariableDeclarators
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
4797type, this.ParseFieldDeclarationVariableDeclarators(type, VariableFlags.Fixed, parentKind)), 4925var variables = this.ParseFieldDeclarationVariableDeclarators(type, flags: VariableFlags.LocalOrField, parentKind); 4961var variables = this.ParseFieldDeclarationVariableDeclarators(type, flags: 0, parentKind); 5492this.ParseFieldDeclarationVariableDeclarators(type, VariableFlags.Const, parentKind)),