4 references to ParseFieldDeclarationVariableDeclarators
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
4795type, this.ParseFieldDeclarationVariableDeclarators(type, VariableFlags.Fixed, parentKind)),
4923var variables = this.ParseFieldDeclarationVariableDeclarators(type, flags: VariableFlags.LocalOrField, parentKind);
4959var variables = this.ParseFieldDeclarationVariableDeclarators(type, flags: 0, parentKind);
5489this.ParseFieldDeclarationVariableDeclarators(type, VariableFlags.Const, parentKind)),