4 writes to attributes
System.Runtime.Serialization (4)
System\Xml\XmlC14NWriter.cs (4)
131
attributes
= null;
733
attributes
= new Attribute[4];
739
attributes
= newAttributes;
970
writer.
attributes
= attributes;
19 references to attributes
System.Runtime.Serialization (19)
System\Xml\XmlC14NWriter.cs (19)
130
if (
attributes
!= null &&
attributes
.Length > 16)
335
writer.WriteText(elementBuffer,
attributes
[i].offset,
attributes
[i].length);
709
if (Compare(ref
attributes
[j], ref
attributes
[attributeMin]) < 0)
717
Attribute temp =
attributes
[i];
718
attributes
[i] =
attributes
[attributeMin];
719
attributes
[attributeMin] = temp;
731
if (
attributes
== null)
735
else if (attributeCount ==
attributes
.Length)
738
Array.Copy(
attributes
, newAttributes, attributeCount);
742
attributes
[attributeCount] = attribute;
869
ResolvePrefix(ref
attributes
[i]);
964
Attribute[] attributes = new Attribute[writer.
attributes
.Length];
967
attributes[i] = writer.
attributes
[(int)indeces[i]];
977
return writer.Compare(ref writer.
attributes
[attributeIndex1], ref writer.
attributes
[attributeIndex2]);