Implemented interface member:
property
Count
System.Collections.ICollection.Count
3 references to Count
System (1)
regex\system\text\regularexpressions\RegexMatchCollection.cs (1)
173
int count =
Count
;
System.Web (2)
Configuration\HttpCapabilitiesBase.cs (1)
412
if (matches.
Count
== 0) {
Configuration\RegexWorker.cs (1)
43
if (matches.
Count
== 0) {