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