5 references to GetLogicalCallContext
mscorlib (5)
system\runtime\remoting\message.cs (5)
411return GetLogicalCallContext(); 1355return _message.GetLogicalCallContext(); 1692return msg.GetLogicalCallContext(); 2407get { return _m.GetLogicalCallContext(); } 2411internal LogicalCallContext GetLogicalCallContext() {return _m.GetLogicalCallContext();}