4 writes to _attributes
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (4)
2560
_attributes
= null;
2572
_attributes
= null;
2692
_attributes
= new XmlAttribute[1];
2698
_attributes
= newAttributes;
8 references to _attributes
dotnet-svcutil-lib (8)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (8)
2571
if (
_attributes
!= null &&
_attributes
.Length > 4)
2665
XmlAttribute attribute =
_attributes
[_attributeCount - 1];
2690
if (
_attributes
== null)
2694
else if (
_attributes
.Length == _attributeCount)
2697
Array.Copy(
_attributes
, 0, newAttributes, 0, _attributeCount);
2700
XmlAttribute attribute =
_attributes
[_attributeCount];
2704
_attributes
[_attributeCount] = attribute;