2 references to FindDocumentsWithCollectionExpressionsAsync
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindReferences\Finders\ConstructorSymbolReferenceFinder.cs (1)
90
await
FindDocumentsWithCollectionExpressionsAsync
(project, documents, processResult, processResultData, cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\Finders\OrdinaryMethodReferenceFinder.cs (1)
110
await
FindDocumentsWithCollectionExpressionsAsync
(project, documents, processResult, processResultData, cancellationToken).ConfigureAwait(false);