2 writes to roots
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\DocumentOrderComparer.cs (2)
39
this.
roots
= new List<XPathNavigator>();
57
this.
roots
= new List<XPathNavigator>();
6 references to roots
System.Data.SqlXml (6)
System\Xml\Xsl\Runtime\DocumentOrderComparer.cs (6)
38
if (this.
roots
== null)
56
if (this.
roots
== null)
63
for (int idx = 0; idx < this.
roots
.Count; idx++) {
64
if (navRoot.IsSamePosition(this.
roots
[idx])) {
71
this.
roots
.Add(navRoot);
73
return this.
roots
.Count - 1;