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