5 references to RemoveNextElement
System.ServiceModel (5)
System\ServiceModel\Channels\BindingContext.cs (5)
106return this.RemoveNextElement().BuildChannelFactory<TChannel>(this); 112return this.RemoveNextElement().BuildChannelListener<TChannel>(this); 118return clone.RemoveNextElement().CanBuildChannelFactory<TChannel>(clone); 125return clone.RemoveNextElement().CanBuildChannelListener<TChannel>(clone); 138return clone.RemoveNextElement().GetProperty<T>(clone);