9 writes to textPos
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (9)
135textPos += bom.Length; 439textPos = bufPos; 494textPos = bufPos; 519textPos = bufPos; 572textPos = bufPos; 611textPos = bufPos; 625textPos = bufPos; 713textPos = (textPos == bufPos) ? 1 : 0; 934textPos = bufPos;
7 references to textPos
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (7)
713textPos = (textPos == bufPos) ? 1 : 0; 1711if (!mixedContent && base.textPos != base.bufPos) 1723if (!mixedContent && base.textPos != base.bufPos) 1763if (base.textPos != base.bufPos) 1780if (base.textPos != base.bufPos) 1810if (!mixedContent && base.textPos != base.bufPos) 1820if (!mixedContent && base.textPos != base.bufPos)