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