2 writes to nodes
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
555this.nodes = new QueryBuffer<XPathNavigator>(4); 563this.nodes = default(QueryBuffer<XPathNavigator>);
5 references to nodes
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (5)
701Fx.Assert(this.dom.nodes.IsValidIndex(pos) && null != this.dom.nodes[pos], ""); 702return this.dom.nodes[pos]; 904this.currentPosition = this.dom.nodes.Count; 905this.dom.nodes.Add(this.navigator.Clone());