1 reference to FindDocumentsAsync
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindReferences\Finders\OperatorSymbolReferenceFinder.cs (1)
29
var documentsWithOp = await
FindDocumentsAsync
(project, documents, op, cancellationToken).ConfigureAwait(false);