2 references to FindDocumentsAsync
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (1)
337return FindDocumentsAsync(project, documents, static async (d, t, c) =>
FindSymbols\FindReferences\Finders\ConstructorInitializerSymbolReferenceFinder.cs (1)
29return FindDocumentsAsync(project, documents, static async (document, name, cancellationToken) =>