5 references to GetFieldDeclaration
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceMemberFieldSymbol.cs (5)
374
return
GetFieldDeclaration
(VariableDeclaratorNode).Declaration.Type;
382
return
GetFieldDeclaration
(VariableDeclaratorNode).Modifiers;
410
return
GetFieldDeclaration
(this.SyntaxNode).AttributeLists;
442
var fieldSyntax =
GetFieldDeclaration
(declarator);
638
var fieldDeclaration =
GetFieldDeclaration
(this.SyntaxNode);