2 references to TryGetFixResolution
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\TestForNaNCorrectly.Fixer.cs (2)
28
if (
TryGetFixResolution
(root.FindNode(context.Span), model, context.CancellationToken) is not null)
39
if (
TryGetFixResolution
(node, model, cancellationToken) is not FixResolution resolution)