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