Implemented interface members:
10 references to Count
Aspire.Hosting.Kubernetes (1)
KubernetesResource.cs (1)
730if (expression is not { Success: true } or not { Captures.Count: > 0 })
Microsoft.Build.Engine.UnitTests (1)
Evaluation\ExpressionShredder_Tests.cs (1)
614for (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" />. 154for (int i = arrayIndex, j = 0; j < Count; i++, j++) 191if (array.Length - arrayIndex < Count) 196for (int i = arrayIndex, j = 0; j < Count; i++, j++) 204for (int i = 0; i < Count; i++) 283int size = _collection.Count; 299if (_index < 0 || _index >= _collection.Count)