2 references to XmlEventCache
System.Private.Xml (2)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
39
_eventCache = new
XmlEventCache
(string.Empty, true);
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
1006
output = _output = new XmlQueryOutput(this, new
XmlEventCache
(baseUri, true));