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