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