14 instantiations of LogicalCallContext
mscorlib (14)
system\runtime\remoting\callcontext.cs (1)
411LogicalCallContext lc = new LogicalCallContext();
system\runtime\remoting\message.cs (6)
463_callContext = new LogicalCallContext(); 2778_callContext = new LogicalCallContext(); 3709callContext = new LogicalCallContext(); 3843callContext = new LogicalCallContext(); 4517callContext = new LogicalCallContext(); 4773callContext = new LogicalCallContext();
system\runtime\remoting\messagesmuggler.cs (2)
420LogicalCallContext callContext = new LogicalCallContext(); 584LogicalCallContext callContext = new LogicalCallContext();
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
796LogicalCallContext lcallContext = new LogicalCallContext(); 1082LogicalCallContext lcallContext = new LogicalCallContext();
system\runtime\serialization\formatters\binary\binarymethodmessage.cs (2)
44_logicalCallContext = new LogicalCallContext(); 125_logicalCallContext = new LogicalCallContext();
system\threading\executioncontext.cs (1)
797_logicalCallContext = new LogicalCallContext();
175 references to LogicalCallContext
mscorlib (159)
system\runtime\remoting\activationservices.cs (3)
748(LogicalCallContext) 790(LogicalCallContext) 800(LogicalCallContext)
system\runtime\remoting\callcontext.cs (12)
41internal static LogicalCallContext SetLogicalCallContext( 42LogicalCallContext callCtx) 45LogicalCallContext prev = ec.LogicalCallContext; 167LogicalCallContext lcc = Thread.CurrentThread.GetMutableExecutionContext().LogicalCallContext; 174LogicalCallContext lcc = Thread.CurrentThread.GetMutableExecutionContext().LogicalCallContext; 280private static Type s_callContextType = typeof(LogicalCallContext); 308LogicalCallContext m_ctx; 310public Reader(LogicalCallContext ctx) { m_ctx = ctx; } 315public LogicalCallContext Clone() { return (LogicalCallContext)m_ctx.Clone(); } 411LogicalCallContext lc = new LogicalCallContext(); 451internal void Merge(LogicalCallContext lc)
system\runtime\remoting\channelservices.cs (1)
786(LogicalCallContext)
system\runtime\remoting\context.cs (1)
605(LogicalCallContext)
system\runtime\remoting\crossappdomainchannel.cs (8)
377LogicalCallContext lcc = Thread.CurrentThread.GetMutableExecutionContext().LogicalCallContext; 396LogicalCallContext callCtx = (LogicalCallContext) 499LogicalCallContext lcc = mcmReqMsg.LogicalCallContext; 532LogicalCallContext oldCallCtx = CallContext.SetLogicalCallContext(null); 588LogicalCallContext lcc = mrmRetMsg.LogicalCallContext; 635private LogicalCallContext _callCtx; 655LogicalCallContext threadPoolCallCtx = CallContext.SetLogicalCallContext(_callCtx);
system\runtime\remoting\crosscontextchannel.cs (3)
161(LogicalCallContext) 408private LogicalCallContext _callCtx; 504LogicalCallContext threadPoolCallCtx =
system\runtime\remoting\iinternalmessage.cs (1)
43void SetCallContext(LogicalCallContext callContext);
system\runtime\remoting\imethodmessage.cs (1)
65LogicalCallContext LogicalCallContext
system\runtime\remoting\message.cs (62)
81private LogicalCallContext _callContext; 219void IInternalMessage.SetCallContext(LogicalCallContext callContext) 406public LogicalCallContext LogicalCallContext 450internal LogicalCallContext SetLogicalCallContext( 451LogicalCallContext callCtx) 453LogicalCallContext oldCtx = _callContext; 460internal LogicalCallContext GetLogicalCallContext() 868internal static LogicalCallContext PropagateCallContextFromMessageToThread(IMessage msg) 871(LogicalCallContext) msg.Properties[Message.CallContextKey]); 877LogicalCallContext callCtx = Thread.CurrentThread.GetMutableExecutionContext().LogicalCallContext; 883internal static void PropagateCallContextFromThreadToMessage(IMessage msg, LogicalCallContext oldcctx) 909LogicalCallContext callCtx, IConstructionCallMessage ccm) 1326public LogicalCallContext LogicalCallContext 1351internal LogicalCallContext GetLogicalCallContext() 1366internal LogicalCallContext SetLogicalCallContext(LogicalCallContext ctx) 1454private LogicalCallContext FetchLogicalCallContext() 1485(LogicalCallContext)value); 1556private LogicalCallContext FetchLogicalCallContext() 1611rm.SetLogicalCallContext((LogicalCallContext)value); 1618mr.SetLogicalCallContext((LogicalCallContext)value); 1687private LogicalCallContext FetchLogicalCallContext() 1737msg.SetLogicalCallContext((LogicalCallContext)value); 1820private LogicalCallContext FetchLogicalCallContext() 1884rm.SetLogicalCallContext((LogicalCallContext)value); 1891mr.SetLogicalCallContext((LogicalCallContext)value); 2404public LogicalCallContext LogicalCallContext 2411internal LogicalCallContext GetLogicalCallContext() {return _m.GetLogicalCallContext();} 2413internal LogicalCallContext SetLogicalCallContext(LogicalCallContext callCtx) 2510void IInternalMessage.SetCallContext(LogicalCallContext newCallContext) 2543internal LogicalCallContext _callContext; 2548public ReturnMessage(Object ret, Object[] outArgs, int outArgsCount, LogicalCallContext callCtx, 2767public LogicalCallContext LogicalCallContext 2775internal LogicalCallContext GetLogicalCallContext() 2782internal LogicalCallContext SetLogicalCallContext(LogicalCallContext ctx) 2784LogicalCallContext old = _callContext; 2828private LogicalCallContext callContext; 3699public LogicalCallContext LogicalCallContext 3706internal LogicalCallContext GetLogicalCallContext() 3713internal LogicalCallContext SetLogicalCallContext(LogicalCallContext ctx) 3715LogicalCallContext old=callContext; 3751void IInternalMessage.SetCallContext(LogicalCallContext newCallContext) 3796String name = LogicalCallContext.GetPropertyKeyForHeader(header); 3847callContext = (LogicalCallContext) value; 4107private LogicalCallContext callContext; 4514internal LogicalCallContext GetLogicalCallContext() 4521internal LogicalCallContext SetLogicalCallContext(LogicalCallContext ctx) 4523LogicalCallContext old=callContext; 4687public LogicalCallContext LogicalCallContext 4726String name = LogicalCallContext.GetPropertyKeyForHeader(header); 4777callContext = (LogicalCallContext) value; 4825void IInternalMessage.SetCallContext(LogicalCallContext newCallContext) 5133void IInternalMessage.SetCallContext(LogicalCallContext callContext) 5159LogicalCallContext oldcctx = Message.PropagateCallContextFromMessageToThread(msg); 5182(LogicalCallContext) msg.Properties[Message.CallContextKey]); 5607public LogicalCallContext LogicalCallContext 5804public virtual LogicalCallContext LogicalCallContext 6034public virtual LogicalCallContext LogicalCallContext
system\runtime\remoting\messagesmuggler.cs (8)
333LogicalCallContext lcc = mcm.LogicalCallContext; 412internal LogicalCallContext GetCallContext(ArrayList deserializedArgs) 420LogicalCallContext callContext = new LogicalCallContext(); 425return (LogicalCallContext)deserializedArgs[((SerializedArg)_callContext).Index]; 500LogicalCallContext lcc = mrm.LogicalCallContext; 576internal LogicalCallContext GetCallContext(ArrayList deserializedArgs) 584LogicalCallContext callContext = new LogicalCallContext(); 589return (LogicalCallContext)deserializedArgs[((SerializedArg)_callContext).Index];
system\runtime\remoting\realproxy.cs (6)
225LogicalCallContext callCtx = (msg == null ? null : msg.LogicalCallContext); 814LogicalCallContext cctx = null; 916IMessage reqMsg, int msgFlags, LogicalCallContext cctx) 937void ReturnCallContextToThread(Thread currentThread, IMessage retMsg, int msgFlags, LogicalCallContext currCtx) 948LogicalCallContext retCtx = mrm.LogicalCallContext; 957LogicalCallContext oldCtx = ec.LogicalCallContext;
system\runtime\remoting\remotingproxy.cs (3)
254LogicalCallContext cctx = currentThread.GetMutableExecutionContext().LogicalCallContext; 364cctx = (LogicalCallContext) cctx.Clone(); 378cctx = (LogicalCallContext) cctx.Clone();
system\runtime\remoting\remotingsurrogateselector.cs (2)
494LogicalCallContext lcc = (LogicalCallContext)de.Value;
system\runtime\remoting\stackbuildersink.cs (13)
68LogicalCallContext oldCallCtx = null; 70LogicalCallContext lcc = Thread.CurrentThread.GetMutableExecutionContext().LogicalCallContext; 87LogicalCallContext messageCallContext = null; 94messageCallContext = (LogicalCallContext)msg.Properties["__CallContext"]; 124LogicalCallContext latestCallContext = Thread.CurrentThread.GetMutableExecutionContext().LogicalCallContext; 153LogicalCallContext latestCallContext = Thread.CurrentThread.GetMutableExecutionContext().LogicalCallContext; 201LogicalCallContext oldCallCtx = null; 206LogicalCallContext callCtx = (LogicalCallContext) 249LogicalCallContext latestCallContext = Thread.CurrentThread.GetMutableExecutionContext().LogicalCallContext; 276(LogicalCallContext) 478LogicalCallContext messageCallContext, 479LogicalCallContext threadCallContext)
system\runtime\remoting\synchronizeddispatch.cs (13)
119((LogicalCallContext)reqMsg.Properties[Message.CallContextKey]) 528LogicalCallContext callCtx = 529(LogicalCallContext)reqMsg.Properties[Message.CallContextKey]; 543LogicalCallContext callCtx = 544(LogicalCallContext)reqMsg.Properties[Message.CallContextKey]; 693internal LogicalCallContext _callCtx; 860LogicalCallContext cctx = 861(LogicalCallContext) reqMsg.Properties[Message.CallContextKey]; 908LogicalCallContext cctxRet = 909(LogicalCallContext) replyMsg.Properties[Message.CallContextKey]; 938LogicalCallContext cctx = 939(LogicalCallContext) reqMsg.Properties[Message.CallContextKey]; 1030((LogicalCallContext)reqMsg.Properties[Message.CallContextKey]).RemotingData.LogicalCallID);
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (4)
796LogicalCallContext lcallContext = new LogicalCallContext(); 858return new MethodCall(handlerObject, new BinaryMethodCallMessage(uri, methodName, typeName, instArgs, args, methodSignature, (LogicalCallContext)callContext, (Object[])properties)); 1082LogicalCallContext lcallContext = new LogicalCallContext(); 1138return new MethodResponse(methodCallMessage, handlerObject, new BinaryMethodReturnMessage(returnValue, args, exception, (LogicalCallContext)callContext, (Object[])properties));
system\runtime\serialization\formatters\binary\binarymethodmessage.cs (6)
26LogicalCallContext _logicalCallContext = null; 31internal BinaryMethodCallMessage(String uri, String methodName, String typeName, Type[] instArgs, Object[] args, Object methodSignature, LogicalCallContext callContext, Object[] properties) 78public LogicalCallContext LogicalCallContext 109LogicalCallContext _logicalCallContext = null; 114internal BinaryMethodReturnMessage(Object returnValue, Object[] args, Exception e, LogicalCallContext callContext, Object[] properties) 147public LogicalCallContext LogicalCallContext
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (2)
237LogicalCallContext lcc = mcm.LogicalCallContext; 270LogicalCallContext lcc = mrm.LogicalCallContext;
system\runtime\serialization\formatterservices.cs (1)
257Object.ReferenceEquals(type, typeof(System.Runtime.Remoting.Messaging.LogicalCallContext)) ||
system\threading\executioncontext.cs (9)
508private LogicalCallContext _logicalCallContext; 627public LogicalCallContext.Reader LogicalCallContext 630get { return new LogicalCallContext.Reader(IsNull ? null : m_ec.LogicalCallContext); } 790internal LogicalCallContext LogicalCallContext 1116ec.LogicalCallContext = (LogicalCallContext)this.LogicalCallContext.Clone(); 1153ec.LogicalCallContext = (LogicalCallContext)this.LogicalCallContext.Clone(); 1258LogicalCallContext logCtxNew = null; 1341info.AddValue("LogicalCallContext", _logicalCallContext, typeof(LogicalCallContext)); 1355_logicalCallContext = (LogicalCallContext) e.Value;
System.Runtime.Remoting (2)
channels\core\corechannel.cs (1)
340&& ((e.Value != null) ? (((LogicalCallContext)e.Value).HasInfo==false) : true))
channels\http\httpserverchannel.cs (1)
703public LogicalCallContext LogicalCallContext { get { return null; }}
System.ServiceModel (5)
System\ServiceModel\Channels\ServiceChannelProxy.cs (4)
53static LogicalCallContext SetActivityIdInLogicalCallContext(LogicalCallContext logicalCallContext) 75IMethodReturnMessage CreateReturnMessage(object ret, object[] outArgs, int outArgsCount, LogicalCallContext callCtx, IMethodCallMessage mcm) 577public LogicalCallContext LogicalCallContext
System\ServiceModel\ClientBase.cs (1)
1447public LogicalCallContext LogicalCallContext
System.Workflow.Activities (9)
LocalService\MethodMessage.cs (9)
38LogicalCallContext callContext; 207LogicalCallContext IMethodMessage.LogicalCallContext 226void PopulateIdentity(LogicalCallContext callContext, String identity) 231static LogicalCallContext singletonCallContext; 234static LogicalCallContext GetLogicalCallContext() 245return singletonCallContext.Clone() as LogicalCallContext; 318LogicalCallContext callContext; 320internal LogicalCallContext CallContext 337this.callContext = methodCallMessage.LogicalCallContext.Clone() as LogicalCallContext;