4 references to ParseFieldDeclarationVariableDeclarators
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
5027type, this.ParseFieldDeclarationVariableDeclarators(type, VariableFlags.Fixed, parentKind)), 5155var variables = this.ParseFieldDeclarationVariableDeclarators(type, flags: VariableFlags.LocalOrField, parentKind); 5191var variables = this.ParseFieldDeclarationVariableDeclarators(type, flags: 0, parentKind); 5783this.ParseFieldDeclarationVariableDeclarators(type, VariableFlags.Const, parentKind)),