1 write to ServerSinkProviders
mscorlib (1)
system\runtime\remoting\remotingconfigparser.cs (1)
1531
channelEntry.
ServerSinkProviders
= channelTemplate.ServerSinkProviders;
5 references to ServerSinkProviders
mscorlib (5)
system\runtime\remoting\configuration.cs (2)
466
if (entry.
ServerSinkProviders
.Count > 0)
467
serverProviderChain = CreateServerChannelSinkProviderChain(entry.
ServerSinkProviders
);
system\runtime\remoting\remotingconfigparser.cs (3)
1529
if (channelEntry.
ServerSinkProviders
.Count == 0)
1531
channelEntry.ServerSinkProviders = channelTemplate.
ServerSinkProviders
;
1565
channelEntry.
ServerSinkProviders
.Add(entry);