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