Implemented interface member:
property
Count
System.Collections.ICollection.Count
21 references to Count
System (3)
regex\system\text\regularexpressions\RegexCaptureCollection.cs (3)
119for (int i = arrayIndex, j = 0; j < Count; i++, j++) { 182int size = _rcc.Count; 204if (_curindex < 0 || _curindex >= _rcc.Count)
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\ServiceParser.cs (1)
471for (int i = 0; i < attrnames.Count; i++)
System.Web (4)
UI\BatchParser.cs (1)
304for (int i = 0; i < attrnames.Count; i++) {
UI\CssStyleCollection.cs (1)
311for (int i = 0; i < stylenames.Count; i++) {
UI\SimpleWebHandlerParser.cs (1)
264for (int i = 0; i < attrnames.Count; i++) {
UI\TemplateParser.cs (1)
2682for (int i = 0; i < attrnames.Count; i++) {
System.Web.DataVisualization (2)
Common\General\ImageMap.cs (2)
506for (int i = 0; i < names.Captures.Count || i < values.Captures.Count; i++)
System.Web.Extensions (2)
UI\ScriptRegistrationManager.cs (2)
661if (match.Groups["empty"].Captures.Count > 0) { 687for (int i = 0; i < attrnames.Count; i++) {
System.Web.Services (7)
System\Web\Services\Discovery\LinkGrep.cs (1)
93int count = attrnames.Count;
System\Web\Services\Protocols\PatternMatcher.cs (6)
102if (g.Captures.Count > 0) { 103if (g.Captures.Count <= capture) 104throw BadCaptureIndexException(capture, memberInfo.Name, g.Captures.Count - 1); 136if (g.Captures.Count > 0) { 137if (g.Captures.Count <= capture) 138throw BadCaptureIndexException(capture, memberInfo.Name, g.Captures.Count - 1);
System.Windows.Forms.DataVisualization (2)
Common\General\ImageMap.cs (2)
506for (int i = 0; i < names.Captures.Count || i < values.Captures.Count; i++)