2 writes to attributeCount
System.Runtime.Serialization (2)
System\Xml\XmlC14NWriter.cs (2)
172
attributeCount
= 0;
743
attributeCount
++;
12 references to attributeCount
System.Runtime.Serialization (12)
System\Xml\XmlC14NWriter.cs (12)
326
if (
attributeCount
> 0)
328
if (
attributeCount
> 1)
333
for (int i = 0; i <
attributeCount
; i++)
702
if (
attributeCount
< 16)
704
for (int i = 0; i <
attributeCount
- 1; i++)
707
for (int j = i + 1; j <
attributeCount
; j++)
735
else if (
attributeCount
== attributes.Length)
737
Attribute[] newAttributes = new Attribute[
attributeCount
* 2];
738
Array.Copy(attributes, newAttributes,
attributeCount
);
742
attributes[
attributeCount
] = attribute;
867
for (int i = 0; i <
attributeCount
; i++)
955
object[] indeces = new object[writer.
attributeCount
];