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