2 references to GetNodeToFix
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DefineAccessorsForAttributeArguments.Fixer.cs (2)
45if (title == null || GetNodeToFix(generator, node, diagnostic) == null) 104SyntaxNode? nodeToFix = GetNodeToFix(editor.Generator, node, diagnostic);