1 instantiation of CrossAppDomainChannel
mscorlib (1)
system\runtime\remoting\crossappdomainchannel.cs (1)
51CrossAppDomainChannel tmpChnl = new CrossAppDomainChannel();
11 references to CrossAppDomainChannel
mscorlib (11)
system\runtime\remoting\channelservices.cs (4)
158if (!unloadHandlerRegistered && !(chnl is CrossAppDomainChannel)) 322if (!(channel is CrossAppDomainChannel)) 379if ((channel is CrossAppDomainChannel) || (channel is CrossContextChannel)) 1295internal CrossAppDomainChannel xadmessageSink = null;
system\runtime\remoting\crossappdomainchannel.cs (5)
37private static CrossAppDomainChannel gAppDomainChannel 45internal static CrossAppDomainChannel AppDomainChannel 51CrossAppDomainChannel tmpChnl = new CrossAppDomainChannel(); 69CrossAppDomainChannel adc = CrossAppDomainChannel.AppDomainChannel;
system\runtime\remoting\message.cs (1)
5010CrossAppDomainChannel.AppDomainChannel.CreateMessageSink(
system\runtime\remoting\remotingservices.cs (1)
316CrossAppDomainChannel.RegisterChannel();