1 instantiation of XmlEventCache
System.Xml (1)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
41
this.eventCache = new
XmlEventCache
(string.Empty, true);
1 reference to XmlEventCache
System.Xml (1)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
26
private
XmlEventCache
eventCache; // Cache up events until first StartElement is encountered