1 write to TextInfo
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (1)
77
this.
TextInfo
= newArr;
11 references to TextInfo
System.Private.Xml (11)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (9)
67
src.
TextInfo
.CopyTo(this.
TextInfo
, 0);
73
if (this.
TextInfo
.Length < newSize)
76
Array.Copy(this.
TextInfo
, newArr, this.TextInfoCount);
144
case 1: return this.
TextInfo
[0]!;
149
string? ti = this.
TextInfo
[i];
156
string? ti = this.
TextInfo
[i];
179
this.
TextInfo
[this.TextInfoCount++] = null;
181
this.
TextInfo
[this.TextInfoCount++] = s;
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
209
string? text = node.
TextInfo
[i];
214
Write(node.
TextInfo
[i]);