6 writes to contentPos
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (3)
155this.contentPos = this.bufPos; 904base.contentPos = base.bufPos; 942base.contentPos = 0;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (3)
329contentPos = bufPos; 841contentPos = 0; // Needs to be zero, since overwriting '>' character is no longer possible 1100contentPos = 0;
4 references to contentPos
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (1)
932if (_endBlockPos == base.bufPos && base.contentPos != base.bufPos)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (3)
341if (contentPos != bufPos) 1885if (!mixedContent && base.contentPos != base.bufPos) 1902if (!mixedContent && base.contentPos != base.bufPos)