6 writes to TextInfoCount
System.Data.SqlXml (6)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (6)
45this.TextInfoCount = 0; 58this.TextInfoCount = 0; 61this.TextInfoCount = src.TextInfoCount; 139this.TextInfoCount = 0; 150this.TextInfo[this.TextInfoCount ++] = null; 152this.TextInfo[this.TextInfoCount++] = s;
9 references to TextInfoCount
System.Data.SqlXml (9)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (7)
59EnsureTextInfoSize(src.TextInfoCount); 61this.TextInfoCount = src.TextInfoCount; 67Array.Copy(this.TextInfo, newArr, this.TextInfoCount); 119switch (this.TextInfoCount) { 124for (int i = 0; i < this.TextInfoCount; i++) { 130for (int i = 0; i < this.TextInfoCount; i++) { 148EnsureTextInfoSize(this.TextInfoCount + (disableEscaping ? 2 : 1));
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
193for (int i = 0; i < node.TextInfoCount; i ++) { 197Debug.Assert(i < node.TextInfoCount, "disableEscaping marker can't be last TextInfo record");