2 instantiations of 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));
7 references to XmlEventCache
System.Private.Xml (7)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
23
private readonly
XmlEventCache
_eventCache; // Cache up events until first StartElement is encountered
System\Xml\Xsl\Runtime\RtfNavigator.cs (3)
197
private
XmlEventCache
_events;
209
public RtfTreeNavigator(
XmlEventCache
events, XmlNameTable nameTable)
427
public XPathNavigator GetNavigator(
XmlEventCache
events, XmlNameTable nameTable)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
72
internal XmlQueryOutput(XmlQueryRuntime runtime,
XmlEventCache
xwrt)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (2)
1014
XmlEventCache
events;
1016
events = (
XmlEventCache
)_output.Writer!;