2 instantiations of XmlILOptimizerVisitor
System.Private.Xml (2)
System\Xml\Xsl\IlGen\XmlILTrace.cs (1)
124
XmlILOptimizerVisitor visitor = new
XmlILOptimizerVisitor
(qilTemp, !qilTemp.IsDebug);
System\Xml\Xsl\XmlIlGenerator.cs (1)
103
_optVisitor = new
XmlILOptimizerVisitor
(_qil, !_qil.IsDebug);
2 references to XmlILOptimizerVisitor
System.Private.Xml (2)
System\Xml\Xsl\IlGen\XmlILTrace.cs (1)
124
XmlILOptimizerVisitor
visitor = new XmlILOptimizerVisitor(qilTemp, !qilTemp.IsDebug);
System\Xml\Xsl\XmlIlGenerator.cs (1)
57
private
XmlILOptimizerVisitor
? _optVisitor;