5 references to GetFieldDeclaration
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceMemberFieldSymbol.cs (5)
427
return
GetFieldDeclaration
(VariableDeclaratorNode).Declaration.Type;
435
return
GetFieldDeclaration
(VariableDeclaratorNode).Modifiers;
461
return OneOrMany.Create(
GetFieldDeclaration
(this.SyntaxNode).AttributeLists);
492
var fieldSyntax =
GetFieldDeclaration
(declarator);
685
var fieldDeclaration =
GetFieldDeclaration
(this.SyntaxNode);