1 write to literals
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryRelOp.cs (1)
253this.literals = new Dictionary<object, QueryBranch>();
5 references to literals
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryRelOp.cs (5)
260return this.literals.Count; 269if (this.literals.TryGetValue(literal, out result)) 277this.literals[literal] = value; 283foreach (QueryBranch branch in this.literals.Values) 298this.literals.Remove(key);