4 writes to _attributes
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (4)
1774
_attributes
= null;
1779
_attributes
= null;
1851
_attributes
= new XmlAttribute[1];
1857
_attributes
= newAttributes;
8 references to _attributes
dotnet-svcutil-lib (8)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (8)
1773
if (
_attributes
!= null &&
_attributes
.Length > 4)
1824
XmlAttribute attribute =
_attributes
[_attributeCount - 1];
1849
if (
_attributes
== null)
1853
else if (
_attributes
.Length == _attributeCount)
1856
Array.Copy(
_attributes
, 0, newAttributes, 0, _attributeCount);
1859
XmlAttribute attribute =
_attributes
[_attributeCount];
1863
_attributes
[_attributeCount] = attribute;