4 references to DocumentIds
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (4)
SolutionCrawler\WorkCoordinatorTests.cs (4)
1515Assert.Equal(1, worker.DocumentIds.Take(5).Select(d => d.ProjectId).Distinct().Count()); 1516Assert.Equal(1, worker.DocumentIds.Skip(5).Take(5).Select(d => d.ProjectId).Distinct().Count()); 1517Assert.Equal(1, worker.DocumentIds.Skip(10).Take(5).Select(d => d.ProjectId).Distinct().Count()); 1993this.DocumentIds.Add(document.Id);