1 reference to FindActiveRelatedDocumentsAsync
Microsoft.CodeAnalysis.Features (1)
SignatureHelp\AbstractSignatureHelpProvider.cs (1)
251
var relatedDocuments = await
FindActiveRelatedDocumentsAsync
(position, document, cancellationToken).ConfigureAwait(false);