2 instantiations of TransitionCall
mscorlib (2)
system\runtime\remoting\context.cs (2)
689
TransitionCall msgCall = new
TransitionCall
(targetCtxID, privateData, targetDomainID);
710
TransitionCall msgCall = new
TransitionCall
(targetCtxID, deleg);
4 references to TransitionCall
mscorlib (4)
system\runtime\remoting\channelservices.cs (2)
829
if (!(msg is
TransitionCall
))
902
if (!(msg is
TransitionCall
))
system\runtime\remoting\context.cs (2)
689
TransitionCall
msgCall = new TransitionCall(targetCtxID, privateData, targetDomainID);
710
TransitionCall
msgCall = new TransitionCall(targetCtxID, deleg);