2 references to FindDocumentsWithForEachStatementsAsync
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindReferences\Finders\OrdinaryMethodReferenceFinder.cs (1)
75
await
FindDocumentsWithForEachStatementsAsync
(project, documents, processResult, processResultData, cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\Finders\PropertySymbolReferenceFinder.cs (1)
120
await
FindDocumentsWithForEachStatementsAsync
(project, documents, processResult, processResultData, cancellationToken).ConfigureAwait(false);