2 writes to _attributeCount
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (2)
2454_attributeCount = attributeCount; 2457_attributeCount = 0;
3 references to _attributeCount
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (3)
2479if (_indeces != null && _indeces.Length == _attributeCount && IsSorted()) 2482object[] newIndeces = new object[_attributeCount]; 2486Array.Sort(_indeces, 0, _attributeCount, this);