Implemented interface member:
1 override of Count
System.Net.WebHeaderCollection (1)
System\Net\WebHeaderCollection.cs (1)
424public override int Count
34 references to Count
AssemblyStripper (3)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24312.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionWriter.cs (3)
362 ArrayList orderedTypeRefs = new ArrayList (refs.Count); 428 if (externs.Count == 0) 892 if (module.ExternTypes.Count > 0)
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\UrlUtility.cs (1)
572int n = Count;
System.Collections.Specialized (8)
System\Collections\Specialized\NameObjectCollectionBase.cs (5)
501if (_pos < _coll.Count - 1) 508_pos = _coll.Count; 524if (_pos >= 0 && _pos < _coll.Count) 591return _coll.Count; 606if (array.Length - index < _coll.Count)
System\Collections\Specialized\NameValueCollection.cs (3)
164int n = c.Count; 207if (dest.Length - index < Count) 212int n = Count;
System.Configuration.ConfigurationManager (16)
System\Configuration\ConfigurationElement.cs (6)
617for (int index = 0; index < parentElement.Values.Count; index++) 655for (int index = 0; index < parentElement.Values.Count; index++) 916for (int index = 0; index < sourceElement.Values.Count; index++) 1048for (int index = 0; index < Values.Count; index++) 1130for (int index = 0; index < Values.Count; index++) 1798for (int index = 0; index < elem.Values.Count; index++)
System\Configuration\ConfigurationSectionCollection.cs (2)
71int c = Count; 106int c = Count;
System\Configuration\ConfigurationSectionGroupCollection.cs (2)
75int c = Count; 109int c = Count;
System\Configuration\ConfigurationValues.cs (2)
183for (int index = 0; index < _values.Count; index++) 205for (int index = 0; index < _values.Count; index++)
System\Configuration\DpapiProtectedConfigurationProvider.cs (1)
99if (configurationValues.Count > 0)
System\Configuration\PropertyInformationCollection.cs (2)
49if (array.Length < Count + index) throw new ArgumentOutOfRangeException(nameof(index)); 57int c = Count;
System\Configuration\ProtectedConfigurationSection.cs (1)
69NameValueCollection cloneParams = new NameValueCollection(pars.Count);
System.Net.Mail (2)
System\Net\Mail\MailPriority.cs (2)
494for (int i = 0; i < headers.Count; i++) 545for (int i = 0; i < Headers.Count; i++)
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
814for (int i = 0; i < _requestParameters.Count; ++i)
System.Net.WebHeaderCollection (1)
System\Net\WebHeaderCollection.cs (1)
428return (_innerCollection == null ? 0 : _innerCollection.Count);
System.ServiceModel.Primitives (1)
Internals\System\Runtime\UrlUtility.cs (1)
578int n = Count;
System.Web.HttpUtility (1)
System\Web\HttpUtility.cs (1)
52int count = Count;