5 references to GetFieldDeclaration
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceMemberFieldSymbol.cs (5)
392
return
GetFieldDeclaration
(VariableDeclaratorNode).Declaration.Type;
400
return
GetFieldDeclaration
(VariableDeclaratorNode).Modifiers;
426
return OneOrMany.Create(
GetFieldDeclaration
(this.SyntaxNode).AttributeLists);
457
var fieldSyntax =
GetFieldDeclaration
(declarator);
653
var fieldDeclaration =
GetFieldDeclaration
(this.SyntaxNode);