7 references to Count
System.Xml (7)
System\Xml\Serialization\SoapReflectionImporter.cs (3)
323
while (limiter.DeferredWorkItems.
Count
> 0) {
324
int index = limiter.DeferredWorkItems.
Count
- 1;
364
int top = limiter.DeferredWorkItems.
Count
-1;
System\Xml\Serialization\XmlReflectionImporter.cs (4)
676
while (limiter.DeferredWorkItems.
Count
> 0) {
677
int index = limiter.DeferredWorkItems.
Count
- 1;
732
int top = limiter.DeferredWorkItems.
Count
- 1;
2015
for (int i = 0; i <
Count
; i++) {