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