3 references to RemoveNextElement
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BindingContext.cs (3)
82return this.RemoveNextElement().BuildChannelFactory<TChannel>(this); 88return clone.RemoveNextElement().CanBuildChannelFactory<TChannel>(clone); 101return clone.RemoveNextElement().GetProperty<T>(clone);