1 reference to TryGetApplicableInvocationNodeAsync
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\SyncNamespace\AbstractSyncNamespaceCodeRefactoringProvider.State.cs (1)
88
var applicableNode = await provider.
TryGetApplicableInvocationNodeAsync
(document, textSpan, cancellationToken).ConfigureAwait(false);