1 instantiation of CrossContextChannel
mscorlib (1)
system\runtime\remoting\crosscontextchannel.cs (1)
48
CrossContextChannel tmpSink = new
CrossContextChannel
();
10 references to CrossContextChannel
mscorlib (10)
system\runtime\remoting\channelservices.cs (4)
379
if ((channel is CrossAppDomainChannel) || (channel is
CrossContextChannel
))
512
xCtxChannel =
CrossContextChannel
.MessageSink;
767
replyMsg = (IMessage)
CrossContextChannel
.SyncProcessMessageCallback(args);
1294
internal
CrossContextChannel
xctxmessageSink = null;
system\runtime\remoting\channelsinkstacks.cs (1)
341
CrossContextChannel
.DoAsyncDispatch(_asyncMsg, null);
system\runtime\remoting\crosscontextchannel.cs (2)
33
private static
CrossContextChannel
messageSink
48
CrossContextChannel
tmpSink = new CrossContextChannel();
system\runtime\remoting\message.cs (1)
4974
_ID.RaceSetChannelSink(
CrossContextChannel
.MessageSink);
system\runtime\remoting\terminatorsinks.cs (2)
339
if (channelSink !=
CrossContextChannel
.MessageSink)
447
if (channelSink !=
CrossContextChannel
.MessageSink)