Implemented interface members:
10 references to Count
Aspire.Hosting.Kubernetes (1)
KubernetesResource.cs (1)
730
if (expression is not { Success: true } or not { Captures.
Count
: > 0 })
Microsoft.Build.Engine.UnitTests (1)
Evaluation\ExpressionShredder_Tests.cs (1)
614
for (int i = 0; i < transformGroup.Captures.
Count
; i++)
Microsoft.Maui.Controls.DesignTools (1)
ColorDesignTypeConverter.cs (1)
214
if (funcValues.
Count
== funcName.Length)
System.Text.RegularExpressions (7)
System\Text\RegularExpressions\CaptureCollection.cs (7)
69
/// <see cref="
Count
" />.
154
for (int i = arrayIndex, j = 0; j <
Count
; i++, j++)
191
if (array.Length - arrayIndex <
Count
)
196
for (int i = arrayIndex, j = 0; j <
Count
; i++, j++)
204
for (int i = 0; i <
Count
; i++)
283
int size = _collection.
Count
;
299
if (_index < 0 || _index >= _collection.
Count
)