13 implementations of LogicalCallContext
mscorlib (9)
system\runtime\remoting\message.cs (9)
406
public LogicalCallContext
LogicalCallContext
1326
public LogicalCallContext
LogicalCallContext
2404
public LogicalCallContext
LogicalCallContext
2767
public LogicalCallContext
LogicalCallContext
3699
public LogicalCallContext
LogicalCallContext
4687
public LogicalCallContext
LogicalCallContext
5607
public LogicalCallContext
LogicalCallContext
5804
public virtual LogicalCallContext
LogicalCallContext
6034
public virtual LogicalCallContext
LogicalCallContext
System.Runtime.Remoting (1)
channels\http\httpserverchannel.cs (1)
703
public LogicalCallContext
LogicalCallContext
{ get { return null; }}
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
577
public LogicalCallContext
LogicalCallContext
System\ServiceModel\ClientBase.cs (1)
1447
public LogicalCallContext
LogicalCallContext
System.Workflow.Activities (1)
LocalService\MethodMessage.cs (1)
207
LogicalCallContext IMethodMessage.
LogicalCallContext
22 references to LogicalCallContext
mscorlib (15)
system\runtime\remoting\channelservices.cs (2)
866
mcm.
LogicalCallContext
);
923
retMsg.SetLogicalCallContext(mcm.
LogicalCallContext
);
system\runtime\remoting\crossappdomainchannel.cs (2)
499
LogicalCallContext lcc = mcmReqMsg.
LogicalCallContext
;
588
LogicalCallContext lcc = mrmRetMsg.
LogicalCallContext
;
system\runtime\remoting\message.cs (2)
5807
get { return _msg.
LogicalCallContext
; }
6037
get { return _msg.
LogicalCallContext
; }
system\runtime\remoting\messagesmuggler.cs (2)
333
LogicalCallContext lcc = mcm.
LogicalCallContext
;
500
LogicalCallContext lcc = mrm.
LogicalCallContext
;
system\runtime\remoting\realproxy.cs (3)
225
LogicalCallContext callCtx = (msg == null ? null : msg.
LogicalCallContext
);
638
mrm.
LogicalCallContext
);
948
LogicalCallContext retCtx = mrm.
LogicalCallContext
;
system\runtime\remoting\stackbuildersink.cs (2)
90
messageCallContext = mcMsg.
LogicalCallContext
;
182
((ReturnMessage)retMessage).SetLogicalCallContext(mcMsg.
LogicalCallContext
);
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (2)
237
LogicalCallContext lcc = mcm.
LogicalCallContext
;
270
LogicalCallContext lcc = mrm.
LogicalCallContext
;
System.ServiceModel (3)
System\ServiceModel\Channels\ServiceChannelProxy.cs (3)
67
return CreateReturnMessage(ret, returnArgs, returnArgs.Length, SetActivityIdInLogicalCallContext(methodCall.
LogicalCallContext
), methodCall);
329
return CreateReturnMessage(proxiedType, null, 0, SetActivityIdInLogicalCallContext(methodCall.
LogicalCallContext
), methodCall);
579
get { return SetActivityIdInLogicalCallContext(methodCall.
LogicalCallContext
); }
System.Workflow.Activities (4)
Executors\InboundActivityHelper.cs (1)
68
(IdentityContextData)message.
LogicalCallContext
.GetData(IdentityContextData.IdentityContext);
LocalService\MethodMessage.cs (2)
337
this.callContext = methodCallMessage.
LogicalCallContext
.Clone() as LogicalCallContext;
338
return new ReturnMessage(null, null, 0, methodCallMessage.
LogicalCallContext
, methodCallMessage);
WebServiceReceive.cs (1)
282
(IdentityContextData)message.
LogicalCallContext
.GetData(IdentityContextData.IdentityContext);