1 write to _solution
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindLiterals\FindLiteralsSearchEngine.cs (1)
41
_solution
= solution;
2 references to _solution
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindLiterals\FindLiteralsSearchEngine.cs (2)
87
var count =
_solution
.Projects.SelectMany(p => p.DocumentIds).Count();
91
source: SelectManyAsync(
_solution
.Projects, p => p.GetAllRegularAndSourceGeneratedDocumentsAsync(cancellationToken)),