1 write to eventCache
System.Xml (1)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
41
this.
eventCache
= new XmlEventCache(string.Empty, true);
9 references to eventCache
System.Xml (9)
System\Xml\Core\XmlAutoDetectWriter.cs (9)
106
this.
eventCache
.WriteCData(text);
111
this.
eventCache
.WriteComment(text);
118
this.
eventCache
.WriteProcessingInstruction(name, text);
125
this.
eventCache
.WriteWhitespace(ws);
134
this.
eventCache
.WriteString(text);
149
this.
eventCache
.WriteRaw(data);
251
this.
eventCache
.NamespaceResolver = value;
379
this.
eventCache
.EndEvents();
380
this.
eventCache
.EventsToWriter(this.wrapped);