1 instantiation of MyInt
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (1)
419this.indexLookup.Add(this.children[i], new MyInt(i));
2 references to MyInt
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (2)
284Dictionary<SubExpr, MyInt> indexLookup; 290this.indexLookup = new Dictionary<SubExpr, MyInt>();