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\ExplicitOrImplicitConstructorInitializerSymbolReferenceFinder.cs (1)
30return FindDocumentsAsync(project, documents, static async (document, tuple, cancellationToken) =>