Implemented interface member:
property
Count
System.Collections.ICollection.Count
15 references to Count
System (5)
regex\system\text\regularexpressions\RegexGroupCollection.cs (3)
171
for (int i = arrayIndex, j = 0; j <
Count
; i++, j++) {
210
int size = _rgc.
Count
;
232
if (_curindex < 0 || _curindex >= _rgc.
Count
)
regex\system\text\regularexpressions\RegexReplacement.cs (2)
377
for (int i=1; i<match.Groups.
Count
; i++) {
402
for (int i=1; i<match.Groups.
Count
; i++) {
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilXmlReader.cs (2)
408
Debug.Assert(m.Success && m.Groups.
Count
== 5, "Malformed lineInfo attribute");
422
Debug.Assert(m.Success && m.Groups.
Count
== 4, "Malformed Type info");
System.Web.Services (8)
System\Web\Services\Protocols\PatternMatcher.cs (8)
86
if (m.Groups.
Count
<= group)
87
throw BadGroupIndexException(group, memberInfo.Name, m.Groups.
Count
- 1);
99
if (m.Groups.
Count
<= group)
100
throw BadGroupIndexException(group, memberInfo.Name, m.Groups.
Count
- 1);
120
if (m.Groups.
Count
<= group)
121
throw BadGroupIndexException(group, memberInfo.Name, m.Groups.
Count
- 1);
133
if (m.Groups.
Count
<= group)
134
throw BadGroupIndexException(group, memberInfo.Name, m.Groups.
Count
- 1);