1 write to Root
System.Private.Xml (1)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
258local0.Root = _contentAnalyzer.Analyze(null, local0.Root)!;
7 references to Root
System.Private.Xml (7)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (3)
102_nmspAnalyzer.Analyze(((QilExpression)nd).Root, true); 258local0.Root = _contentAnalyzer.Analyze(null, local0.Root)!; 261XmlILConstructInfo.Write(local0.Root).PushToWriterLast = true;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
75Visit(qil.Root); 77EndNestedIterator(qil.Root);
System\Xml\Xsl\XmlIlGenerator.cs (2)
136Debug.Assert(_qil.Root != null); 137XmlILMethodAttributes methAttrs = (_qil.Root.SourceLine == null) ? XmlILMethodAttributes.NonUser : XmlILMethodAttributes.None;