Implemented interface member:
property
Keys
System.Collections.Generic.IDictionary<TKey, TValue>.Keys
2 references to Keys
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ThreadSafeMessageFilterTable.cs (1)
170
return this.table.
Keys
;
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
73
EndpointNameMessageFilter.Validate(this.configuration.InternalFilterTable.
Keys
, endpoints);