9 references to singleText
System.Xml (9)
System\Xml\Core\XmlEventCache.cs (9)
68
if (this.
singleText
.Count == 0)
102
if (this.
singleText
.Count != 0) {
103
writer.WriteString(this.
singleText
.GetResult());
257
if (this.
singleText
.Count != 0)
258
return this.
singleText
.GetResult();
345
this.
singleText
.ConcatNoDelimiter(text);
491
if (this.
singleText
.Count != 0) {
493
this.pageCurr[0].InitEvent(XmlEventType.String, this.
singleText
.GetResult());
495
this.
singleText
.Clear();