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