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