3 writes to _nsCount
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (3)
1738_nsCount = 1; 1820_nsCount--; 1963_nsCount++;
15 references to _nsCount
dotnet-svcutil-lib (15)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (15)
1757for (i = 0; i < _nsCount; i++) 1786int i = _nsCount; 1794while (i < _nsCount) 1812while (_nsCount > 0) 1814Namespace nameSpace = _namespaces[_nsCount - 1]; 1885for (int j = _nsCount - 1; j >= _nsTop; j--) 1927for (int i = _nsCount - 1; i >= 0; i--) 1947if (_namespaces.Length == _nsCount) 1949Namespace[] newNamespaces = new Namespace[_nsCount * 2]; 1950Array.Copy(_namespaces, 0, newNamespaces, 0, _nsCount); 1953nameSpace = _namespaces[_nsCount]; 1957_namespaces[_nsCount] = nameSpace; 1971int nsCount = _nsCount; 2047int nsCount = _nsCount; 2108int nsCount = _nsCount;