Implemented interface members:
8 references to Count
Microsoft.Build.Engine.UnitTests (1)
Evaluation\ExpressionShredder_Tests.cs (1)
616
for (int i = 0; i < transformGroup.Captures.
Count
; i++)
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
CodeGen\CodeGenVBCore.vb (1)
3211
Dim indent = captures(captures.
Count
- 1).Value
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\CaptureCollection.cs (6)
87
for (int i = arrayIndex, j = 0; j <
Count
; i++, j++)
103
if (array.Length - arrayIndex <
Count
)
108
for (int i = arrayIndex, j = 0; j <
Count
; i++, j++)
116
for (int i = 0; i <
Count
; i++)
195
int size = _collection.
Count
;
211
if (_index < 0 || _index >= _collection.
Count
)