1 override of TryGetApplicableInvocationNodeAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeRefactorings\SyncNamespace\CSharpSyncNamespaceCodeRefactoringProvider.cs (1)
25
protected override async Task<SyntaxNode?>
TryGetApplicableInvocationNodeAsync
(Document document, TextSpan span, CancellationToken cancellationToken)
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);