3 writes to contentPos
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (3)
176
this.
contentPos
= 0;
184
this.
contentPos
= pos;
215
this.
contentPos
+= adj;
6 references to contentPos
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (6)
214
if (this.
contentPos
!= 0)
861
_pos = _attributes[_attrIndex - 1].
contentPos
;
1023
_pos = _attributes[_attrIndex - 1].
contentPos
;
2036
Debug.Assert((_attributes[i].
contentPos
>= 0) && (_attributes[i].
contentPos
<= (end)));
2371
_pos = _attributes[i].
contentPos
;