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