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