3 writes to attributeCount
System.Runtime.Serialization (3)
System\Xml\XmlBaseReader.cs (3)
140
this.
attributeCount
= 0;
321
this.
attributeCount
= 0;
359
this.
attributeCount
++;
17 references to attributeCount
System.Runtime.Serialization (17)
System\Xml\XmlBaseReader.cs (17)
151
if (
attributeCount
< 1)
154
if (
attributeCount
> 3)
163
if (
attributeCount
> 1)
167
if (
attributeCount
== 3 && !CheckStandalone(2))
170
else if (!CheckStandalone(1) ||
attributeCount
> 2)
338
int attributeIndex = this.
attributeCount
;
494
return
attributeCount
;
544
if (index >=
attributeCount
)
545
throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("index", SR.GetString(SR.OffsetExceedsBufferSize,
attributeCount
)));
579
int attributeCount = this.
attributeCount
;
606
int attributeCount = this.
attributeCount
;
633
int attributeCount = this.
attributeCount
;
729
if (
attributeCount
> 0)
731
ProcessAttributes(attributeNodes,
attributeCount
);
889
if (!node.CanGetAttribute ||
attributeCount
== 0)
901
if (attributeIndex >=
attributeCount
)
2081
for (int i = 0; i <
attributeCount
; i++)