3 writes to nsCount
System.Runtime.Serialization (3)
System\Xml\XmlBaseWriter.cs (3)
1912this.nsCount = 1; 1994nsCount--; 2137nsCount++;
16 references to nsCount
System.Runtime.Serialization (16)
System\Xml\XmlBaseWriter.cs (16)
1931for (i = 0; i < nsCount; i++) 1960int i = this.nsCount; 1968while (i < this.nsCount) 1986while (nsCount > 0) 1988Namespace nameSpace = namespaces[nsCount - 1]; 2059for (int j = nsCount - 1; j >= nsTop; j--) 2101for (int i = nsCount - 1; i >= 0; i--) 2121if (namespaces.Length == nsCount) 2123Namespace[] newNamespaces = new Namespace[nsCount * 2]; 2124Array.Copy(namespaces, newNamespaces, nsCount); 2127nameSpace = namespaces[nsCount]; 2131namespaces[nsCount] = nameSpace; 2145int nsCount = this.nsCount; 2221int nsCount = this.nsCount; 2282int nsCount = this.nsCount; 2319int nsCount = this.nsCount;