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