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