6 implementations of Next
System.AddIn (1)
System\Addin\Hosting\AddInIpcChannel.cs (1)
165
public IClientChannelSinkProvider
Next
System.Runtime.Remoting (5)
channels\http\httpclientchannel.cs (1)
392
public IClientChannelSinkProvider
Next
channels\ipc\ipcclientchannel.cs (1)
235
public IClientChannelSinkProvider
Next
channels\sinks\binaryformattersinks.cs (1)
96
public IClientChannelSinkProvider
Next
channels\sinks\soapformattersinks.cs (1)
97
public IClientChannelSinkProvider
Next
channels\tcp\tcpclientchannel.cs (1)
237
public IClientChannelSinkProvider
Next
6 writes to Next
mscorlib (1)
system\runtime\remoting\configuration.cs (1)
552
current.
Next
= (IClientChannelSinkProvider)CreateChannelSinkProvider(entry, false);
System.AddIn (1)
System\Addin\Hosting\AddInIpcChannel.cs (1)
181
_provider.
Next
= value;
System.Runtime.Remoting (4)
channels\core\corechannel.cs (1)
790
providerChain.
Next
= provider;
channels\http\httpclientchannel.cs (1)
258
sink.
Next
= new HttpClientTransportSinkProvider(_timeout);
channels\ipc\ipcclientchannel.cs (1)
201
sink.
Next
= new IpcClientTransportSinkProvider( _prop);
channels\tcp\tcpclientchannel.cs (1)
203
sink.
Next
= new TcpClientTransportSinkProvider(_prop);
4 references to Next
mscorlib (1)
system\runtime\remoting\configuration.cs (1)
553
current = current.
Next
;
System.AddIn (1)
System\Addin\Hosting\AddInIpcChannel.cs (1)
173
return _provider.
Next
;
System.Runtime.Remoting (2)
channels\core\corechannel.cs (2)
785
while (providerChain.
Next
!= null)
787
providerChain = providerChain.
Next
;