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)
62for (int idx = 0; idx < _roots.Count; idx++) 64if (navRoot.IsSamePosition(_roots[idx])) 72_roots.Add(navRoot); 74return _roots.Count - 1;