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