1 write to indexLookup
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (1)
290this.indexLookup = new Dictionary<SubExpr, MyInt>();
5 references to indexLookup
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (5)
360childSequences[this.indexLookup[lst[i]].i].Add(nav); 368childSequences[this.indexLookup[lst[i]].i].Add(nav); 379childSequences[this.indexLookup[lst[i]].i].Add(nav); 416this.indexLookup.Clear(); 419this.indexLookup.Add(this.children[i], new MyInt(i));