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