9 references to Count
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (4)
357
while (limiter.DeferredWorkItems.
Count
> 0)
359
int index = limiter.DeferredWorkItems.
Count
- 1;
368
if (index != limiter.DeferredWorkItems.
Count
- 1)
405
int top = limiter.DeferredWorkItems.
Count
- 1;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (5)
766
while (limiter.DeferredWorkItems.
Count
> 0)
768
int index = limiter.DeferredWorkItems.
Count
- 1;
777
if (index != limiter.DeferredWorkItems.
Count
- 1)
833
int top = limiter.DeferredWorkItems.
Count
- 1;
2325
for (int i = 0; i <
Count
; i++)