1 write to ChannelInfo
mscorlib (1)
system\runtime\remoting\objref.cs (1)
1036ChannelInfo = chan;
7 references to ChannelInfo
mscorlib (7)
system\runtime\remoting\objref.cs (3)
879while (i<ChannelInfo.ChannelData.Length) 881xadData = ChannelInfo.ChannelData[i] as CrossAppDomainData; 1087&& (null == objectRef.ChannelInfo)))
system\runtime\remoting\remotingservices.cs (4)
607if (updateChannelData && objectRef.ChannelInfo != null) 614objectRef.ChannelInfo.ChannelData = channelData; 627objectRef.ChannelInfo.ChannelData = newChannelData; 1579Object[] channelData = objectRef.ChannelInfo.ChannelData;