Implemented interface member:
property
this
System.Collections.Generic.IDictionary<TKey, TValue>.this[TKey]
1 write to
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ThreadSafeMessageFilterTable.cs (1)
159this.table[key] = value;
2 references to
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ThreadSafeMessageFilterTable.cs (1)
152return this.table[key];
System.ServiceModel.Routing (1)
System\ServiceModel\Dispatcher\StrictAndMessageFilter.cs (1)
221StrictAndMessageFilter andFilter = this.filterTable[filter];