4 writes to _attributes
System.Private.DataContractSerialization (4)
System\Xml\XmlCanonicalWriter.cs (4)
121
_attributes
= null;
661
_attributes
= new Attribute[4];
667
_attributes
= newAttributes;
890
_writer.
_attributes
= attributes;
19 references to _attributes
System.Private.DataContractSerialization (19)
System\Xml\XmlCanonicalWriter.cs (19)
120
if (
_attributes
!= null &&
_attributes
.Length > 16)
319
_writer.WriteText(_elementBuffer,
_attributes
![i].offset,
_attributes
[i].length);
637
if (Compare(ref
_attributes
![j], ref
_attributes
[attributeMin]) < 0)
645
Attribute temp =
_attributes
![i];
646
_attributes
[i] =
_attributes
[attributeMin];
647
_attributes
[attributeMin] = temp;
659
if (
_attributes
== null)
663
else if (_attributeCount ==
_attributes
.Length)
666
Array.Copy(
_attributes
, newAttributes, _attributeCount);
670
_attributes
[_attributeCount] = attribute;
793
ResolvePrefix(ref
_attributes
![i]);
884
Attribute[] attributes = new Attribute[_writer.
_attributes
!.Length];
887
attributes[i] = _writer.
_attributes
[(int)indices[i]];
897
return _writer.Compare(ref _writer.
_attributes
![attributeIndex1], ref _writer.
_attributes
[attributeIndex2]);