4 instantiations of ChannelDataStore
mscorlib (1)
system\runtime\remoting\ichannel.cs (1)
326return new ChannelDataStore(_channelURIs, _extraData);
System.Runtime.Remoting (3)
channels\http\httpserverchannel.cs (1)
180_channelData = new ChannelDataStore(null);
channels\ipc\ipcserverchannel.cs (1)
149_channelData = new ChannelDataStore(null);
channels\tcp\tcpserverchannel.cs (1)
207_channelData = new ChannelDataStore(null);
10 references to ChannelDataStore
mscorlib (4)
system\runtime\remoting\ichannel.cs (1)
324internal ChannelDataStore InternalShallowCopy()
system\runtime\remoting\objref.cs (3)
653ChannelDataStore channelDataStore = newChInfo.ChannelData[co] as ChannelDataStore; 661ChannelDataStore newChannelDataStore = channelDataStore.InternalShallowCopy();
System.Runtime.Remoting (6)
channels\core\corechannel.cs (1)
794ChannelDataStore channelData,
channels\http\httpremotinghandler.cs (2)
169ChannelDataStore cds = ((IChannelReceiver)httpChannel).ChannelData as ChannelDataStore;
channels\http\httpserverchannel.cs (1)
47private ChannelDataStore _channelData = null; // channel data
channels\ipc\ipcserverchannel.cs (1)
36private ChannelDataStore _channelData = null; // channel data
channels\tcp\tcpserverchannel.cs (1)
43private ChannelDataStore _channelData = null; // channel data