Implemented interface member:
method
Add
System.Collections.Generic.IDictionary<TKey, TValue>.Add(TKey, TValue)
6 references to Add
System.ServiceModel (3)
System\ServiceModel\Dispatcher\AndMessageFilterTable.cs (1)
104
this.table.
Add
(filter.Filter1, pair);
System\ServiceModel\Dispatcher\MessageFilterTable.cs (1)
212
this.
Add
(item.Key, item.Value);
System\ServiceModel\Dispatcher\ThreadSafeMessageFilterTable.cs (1)
198
this.table.
Add
(key, value);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (1)
40
this.whereRuntime.
Add
(where, selectRuntime);
System.ServiceModel.Routing (2)
System\ServiceModel\Dispatcher\StrictAndMessageFilter.cs (2)
238
this.filterTable.
Add
(andFilter.filter1, andFilter);
239
this.filterTable.
Add
(andFilter.filter2, andFilter);