5 references to GetAllRegularAndSourceGeneratedDocumentsAsync
Microsoft.CodeAnalysis.Workspaces (5)
Diagnostics\Extensions.cs (2)
391source: project.GetAllRegularAndSourceGeneratedDocumentsAsync(cancellationToken), 405await foreach (var document in project.GetAllRegularAndSourceGeneratedDocumentsAsync(cancellationToken))
FindSymbols\FindLiterals\FindLiteralsSearchEngine.cs (1)
91source: SelectManyAsync(_solution.Projects, p => p.GetAllRegularAndSourceGeneratedDocumentsAsync(cancellationToken)),
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (2)
102await foreach (var document in project.GetAllRegularAndSourceGeneratedDocumentsAsync(cancellationToken)) 873await foreach (var document in project.GetAllRegularAndSourceGeneratedDocumentsAsync(cancellationToken))