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