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