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)
2479
if (_indeces != null && _indeces.Length ==
_attributeCount
&& IsSorted())
2482
object[] newIndeces = new object[
_attributeCount
];
2486
Array.Sort(_indeces, 0,
_attributeCount
, this);