7 references to Count
System.Private.Xml (7)
System\Xml\Serialization\SoapReflectionImporter.cs (3)
328
while (limiter.DeferredWorkItems.
Count
> 0)
330
int index = limiter.DeferredWorkItems.
Count
- 1;
376
int top = limiter.DeferredWorkItems.
Count
- 1;
System\Xml\Serialization\XmlReflectionImporter.cs (4)
767
while (limiter.DeferredWorkItems.
Count
> 0)
769
int index = limiter.DeferredWorkItems.
Count
- 1;
836
int top = limiter.DeferredWorkItems.
Count
- 1;
2388
for (int i = 0; i <
Count
; i++)