2 writes to dom
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
557this.dom = this; 565this.dom = navigator.dom;
6 references to dom
System.ServiceModel (6)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (6)
565this.dom = navigator.dom; 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());