1 write to TextInfo
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (1)
68this.TextInfo = newArr;
11 references to TextInfo
System.Data.SqlXml (11)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (9)
60src.TextInfo.CopyTo(this.TextInfo, 0); 65if (this.TextInfo.Length < newSize) { 67Array.Copy(this.TextInfo, newArr, this.TextInfoCount); 121case 1: return this.TextInfo[0]; 125string ti = this.TextInfo[i]; 131string ti = this.TextInfo[i]; 150this.TextInfo[this.TextInfoCount ++] = null; 152this.TextInfo[this.TextInfoCount++] = s;
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
194string text = node.TextInfo[i]; 198Write(node.TextInfo[i]);