Implemented interface member:
1 override of Count
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
583public override int Count
46 references to Count
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
135for (schemaIndex = 0; schemaIndex < _lockList.Count; schemaIndex++) 157if (schemaIndex == _lockList.Count)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
172for (schemaIndex = 0; schemaIndex < schemas.Count; schemaIndex++)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (9)
209return _schemas.Count; 538for (int i = 0; i < _schemas.Count; i++) 609if (_schemas.Count == 0) 634for (schemaIndex = 0; schemaIndex < _schemas.Count; schemaIndex++) 679if (schemaIndex == _schemas.Count) 829for (int i = 0; i < _schemas.Count; i++) 1263bool setIsCompiled = _schemas.Count == 0 ? true : false; 1268for (int i = 0; i < copyFromList.Count; i++) 1513if (_schemas.Count == 0)
Microsoft.Build (2)
Logging\BaseConsoleLogger.cs (1)
554if (Verbosity != LoggerVerbosity.Diagnostic || !showItemAndPropertyList || itemTypes.Count == 0)
Logging\ParallelLogger\ParallelConsoleLogger.cs (1)
811if (itemList.Count == 0)
PresentationFramework (2)
System\Windows\Documents\AdornerLayer.cs (2)
414DictionaryEntry[] zOrderMapEntries = new DictionaryEntry[_zOrderMap.Count]; 448DictionaryEntry[] zOrderMapEntries = new DictionaryEntry[_zOrderMap.Count];
System.Collections.NonGeneric (16)
System\Collections\SortedList.cs (16)
197if (value < Count) 341if (array.Length - arrayIndex < Count) 344for (int i = 0; i < Count; i++) 357var array = new DebugViewDictionaryItem<object, object?>[Count]; 358for (int i = 0; i < Count; i++) 383if (index < 0 || index >= Count) 412if (index < 0 || index >= Count) throw new ArgumentOutOfRangeException(nameof(index), SR.ArgumentOutOfRange_IndexMustBeLess); 514if (index < 0 || index >= Count) throw new ArgumentOutOfRangeException(nameof(index), SR.ArgumentOutOfRange_IndexMustBeLess); 542if (index < 0 || index >= Count) throw new ArgumentOutOfRangeException(nameof(index), SR.ArgumentOutOfRange_IndexMustBeLess); 585get { lock (_root) { return _list.Count; } } 944Array.Copy(sortedList.keys, 0, array!, arrayIndex, sortedList.Count); 966return new SortedListEnumerator(sortedList, 0, sortedList.Count, SortedListEnumerator.Keys); 974sortedList.Count, key, sortedList.comparer); 1047Array.Copy(sortedList.values, 0, array!, arrayIndex, sortedList.Count); 1069return new SortedListEnumerator(sortedList, 0, sortedList.Count, SortedListEnumerator.Values); 1074return Array.IndexOf(sortedList.values, value, 0, sortedList.Count);
System.Net.Primitives (2)
System\Net\CookieContainer.cs (2)
881int listCount = list.Count; 1042internal int Count => m_list.Count;
System.Private.Xml (12)
System\Xml\Schema\Preprocessor.cs (2)
131for (schemaIndex = 0; schemaIndex < _lockList.Count; schemaIndex++) 150if (schemaIndex == _lockList.Count)
System\Xml\Schema\SchemaSetCompiler.cs (1)
179for (schemaIndex = 0; schemaIndex < schemas.Count; schemaIndex++)
System\Xml\Schema\XmlSchemaSet.cs (9)
184return _schemas.Count; 426for (int i = 0; i < _schemas.Count; i++) 486if (_schemas.Count == 0) 511for (schemaIndex = 0; schemaIndex < _schemas.Count; schemaIndex++) 553if (schemaIndex == _schemas.Count) 684for (int i = 0; i < _schemas.Count; i++) 1106bool setIsCompiled = _schemas.Count == 0 ? true : false; 1111for (int i = 0; i < copyFromList.Count; i++) 1347if (_schemas.Count == 0)