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