6 writes to TextInfoCount
System.Data.SqlXml (6)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (6)
45
this.
TextInfoCount
= 0;
58
this.
TextInfoCount
= 0;
61
this.
TextInfoCount
= src.TextInfoCount;
139
this.
TextInfoCount
= 0;
150
this.TextInfo[this.
TextInfoCount
++] = null;
152
this.TextInfo[this.
TextInfoCount
++] = s;
9 references to TextInfoCount
System.Data.SqlXml (9)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (7)
59
EnsureTextInfoSize(src.
TextInfoCount
);
61
this.TextInfoCount = src.
TextInfoCount
;
67
Array.Copy(this.TextInfo, newArr, this.
TextInfoCount
);
119
switch (this.
TextInfoCount
) {
124
for (int i = 0; i < this.
TextInfoCount
; i++) {
130
for (int i = 0; i < this.
TextInfoCount
; i++) {
148
EnsureTextInfoSize(this.
TextInfoCount
+ (disableEscaping ? 2 : 1));
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
193
for (int i = 0; i < node.
TextInfoCount
; i ++) {
197
Debug.Assert(i < node.
TextInfoCount
, "disableEscaping marker can't be last TextInfo record");