1 write to Root
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
233
local0.
Root
= this.contentAnalyzer.Analyze(null, local0.Root);
8 references to Root
System.Data.SqlXml (8)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (3)
93
this.nmspAnalyzer.Analyze(((QilExpression) nd).
Root
, true);
233
local0.Root = this.contentAnalyzer.Analyze(null, local0.
Root
);
236
XmlILConstructInfo.Write(local0.
Root
).PushToWriterLast = true;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (3)
68
StartNestedIterator(qil.
Root
);
69
Visit(qil.
Root
);
71
EndNestedIterator(qil.
Root
);
System\Xml\Xsl\XmlIlGenerator.cs (2)
133
Debug.Assert(this.qil.
Root
!= null);
134
XmlILMethodAttributes methAttrs = (this.qil.
Root
.SourceLine == null) ? XmlILMethodAttributes.NonUser : XmlILMethodAttributes.None;