1 write to nameLookup
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (1)
289this.nameLookup = new Dictionary<string, Dictionary<string, List<SubExpr>>>();
6 references to nameLookup
System.ServiceModel (6)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (6)
304if (!this.nameLookup.TryGetValue(ns, out nextLookup)) 307this.nameLookup.Add(ns, nextLookup); 354if (this.nameLookup.TryGetValue(ns, out nextLookup)) 373if (this.nameLookup.TryGetValue(QueryDataModel.Wildcard, out nextLookup)) 433if (this.nameLookup.TryGetValue(ns, out nextLookup)) 448this.nameLookup.Remove(ns);