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