2 references to TryGetFixAsync
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\PreferConstCharOverConstUnitString.Fixer.cs (2)
40if (await TryGetFixAsync(root.FindNode(context.Span), semanticModel, cancellationToken).ConfigureAwait(false) is null) 65if (await TryGetFixAsync(node, semanticModel, cancellationToken).ConfigureAwait(false) is not { } fix ||