1 write to removalMapping
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (1)
473this.removalMapping = new Dictionary<object, List<SubExpr>>();
3 references to removalMapping
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (3)
501this.removalMapping.Add(item, exprs); 591if (this.removalMapping.TryGetValue(item, out exprs)) 598this.removalMapping.Remove(item);