Implemented interface member:
5 references to Remove
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
263
channelDispatcher.PendingChannels.
Remove
(rpc.Channel.Binder.Channel);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (2)
38
this.
Remove
(channel);
44
this.
Remove
(channel);
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedCollection.cs (1)
297
this.
Remove
((T)value);
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedKeyedCollection.cs (1)
206
return this.
Remove
(_dictionary[key]);