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