2 overrides of GetFieldNode
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpUseAutoPropertyAnalyzer.cs (1)
213
protected override SyntaxNode
GetFieldNode
(
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicUseAutoPropertyAnalyzer.vb (1)
132
Protected Overrides Function
GetFieldNode
(fieldDeclaration As FieldDeclarationSyntax, identifier As ModifiedIdentifierSyntax) As SyntaxNode
1 reference to GetFieldNode
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractUseAutoPropertyAnalyzer.cs (1)
320
var fieldNode =
GetFieldNode
(result.FieldDeclaration, variableDeclarator);