6 writes to contentPos
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (3)
154this.contentPos = this.bufPos; 900base.contentPos = base.bufPos; 938base.contentPos = 0;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (3)
277contentPos = bufPos; 715contentPos = 0; // Needs to be zero, since overwriting '>' character is no longer possible 935contentPos = 0;
4 references to contentPos
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
928if (_endBlockPos == base.bufPos && base.contentPos != base.bufPos)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (3)
287if (contentPos != bufPos) 1760if (!mixedContent && base.contentPos != base.bufPos) 1777if (!mixedContent && base.contentPos != base.bufPos)