5 references to GetFieldDeclaration
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceMemberFieldSymbol.cs (5)
425
return
GetFieldDeclaration
(VariableDeclaratorNode).Declaration.Type;
433
return
GetFieldDeclaration
(VariableDeclaratorNode).Modifiers;
459
return OneOrMany.Create(
GetFieldDeclaration
(this.SyntaxNode).AttributeLists);
490
var fieldSyntax =
GetFieldDeclaration
(declarator);
683
var fieldDeclaration =
GetFieldDeclaration
(this.SyntaxNode);