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