6 writes to TextInfoCount
System.Private.Xml (6)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (6)
48
this.
TextInfoCount
= 0;
65
this.
TextInfoCount
= 0;
68
this.
TextInfoCount
= src.TextInfoCount;
165
this.
TextInfoCount
= 0;
179
this.TextInfo[this.
TextInfoCount
++] = null;
181
this.TextInfo[this.
TextInfoCount
++] = s;
9 references to TextInfoCount
System.Private.Xml (9)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (7)
66
EnsureTextInfoSize(src.
TextInfoCount
);
68
this.TextInfoCount = src.
TextInfoCount
;
76
Array.Copy(this.TextInfo, newArr, this.
TextInfoCount
);
141
switch (this.
TextInfoCount
)
147
for (int i = 0; i < this.
TextInfoCount
; i++)
154
for (int i = 0; i < this.
TextInfoCount
; i++)
176
EnsureTextInfoSize(this.
TextInfoCount
+ (disableEscaping ? 2 : 1));
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
207
for (int i = 0; i < node.
TextInfoCount
; i++)
213
Debug.Assert(i < node.
TextInfoCount
, "disableEscaping marker can't be last TextInfo record");