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