2 writes to _roots
System.Private.Xml (2)
System\Xml\Xsl\Runtime\DocumentOrderComparer.cs (2)
38
_roots
??= new List<XPathNavigator>();
56
_roots
??= new List<XPathNavigator>();
4 references to _roots
System.Private.Xml (4)
System\Xml\Xsl\Runtime\DocumentOrderComparer.cs (4)
62
for (int idx = 0; idx <
_roots
.Count; idx++)
64
if (navRoot.IsSamePosition(
_roots
[idx]))
72
_roots
.Add(navRoot);
74
return
_roots
.Count - 1;