3 writes to _attributeCount
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (3)
131
_attributeCount
= 0;
309
_attributeCount
= 0;
347
_attributeCount
++;
16 references to _attributeCount
dotnet-svcutil-lib (16)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (16)
141
if (
_attributeCount
< 1)
144
if (
_attributeCount
> 3)
153
if (
_attributeCount
> 1)
157
if (
_attributeCount
== 3 && !CheckStandalone(2))
160
else if (!CheckStandalone(1) ||
_attributeCount
> 2)
326
int attributeIndex =
_attributeCount
;
479
return
_attributeCount
;
527
if (index >=
_attributeCount
)
528
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("index", string.Format(SRSerialization.OffsetExceedsBufferSize,
_attributeCount
)));
562
int attributeCount =
_attributeCount
;
589
int attributeCount =
_attributeCount
;
616
int attributeCount =
_attributeCount
;
724
if (
_attributeCount
> 0)
726
ProcessAttributes(_attributeNodes,
_attributeCount
);
881
if (!_node.CanGetAttribute ||
_attributeCount
== 0)
893
if (attributeIndex >=
_attributeCount
)