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