Implemented interface members:
22 references to Count
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
306for (var i = 1; i < snapshots.Count; i++)
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
BackgroundWorkIndicator\BackgroundWorkIndicatorContext.cs (1)
194Contract.ThrowIfTrue(requests.Count > 2, "At most we can have two requests in the queue (one to update, one to dismiss).");
Microsoft.CodeAnalysis.Workspaces (17)
ImmutableSegmentedList`1.cs (11)
130if (unchecked((uint)index) >= (uint)self.Count) 295if (index == 0 && count == self.Count) 312if (index == self.Count) 327if (index == self.Count) 343if (count < 0 || count > self.Count) 375var index = self.IndexOf(value, 0, Count, equalityComparer); 454if (count == 0 && index >= 0 && index <= self.Count) 497if (self.Count < 2) 527if (self.Count < 2) 541if (self.Count < 2) 560if (self.Count < 2)
ImmutableSegmentedListExtensions.cs (3)
67return immutableList.Count > 0 68? immutableList[immutableList.Count - 1] 91for (var i = immutableList.Count - 1; i >= 0; i--)
J\s\src\Compilers\Core\Portable\Collections\ImmutableArrayExtensions.cs\ImmutableArrayExtensions.cs (1)
963int high = array.Count - 1;
VirtualCharSequence.Chunks.cs (1)
44public override int Length => _array.Count;
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
395var documentsToChange = ArrayBuilder<(DocumentId, TextLoader)>.GetInstance(filePaths.Count);
Microsoft.VisualStudio.LanguageServices (3)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (1)
159for (var i = data.Count - 1; i >= 0; i--)
ProjectSystem\FileChangeWatcher.cs (1)
61for (var i = 0; i < workItems.Count; i++)
TaskList\VisualStudioTaskListService.cs (1)
236for (var i = array.Count - 1; i >= 0; i--)