Home
last modified time | relevance | path

Searched refs:LogicalCallContext (Results 1 – 25 of 60) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Dcallcontext.cs49 LogicalCallContext callCtx) in SetLogicalCallContext()
52 LogicalCallContext prev = ec.LogicalCallContext; in SetLogicalCallContext()
53 ec.LogicalCallContext = callCtx; in SetLogicalCallContext()
166 ec.LogicalCallContext.SetData(name, data); in LogicalSetData()
174LogicalCallContext lcc = Thread.CurrentThread.GetMutableExecutionContext().LogicalCallContext; in GetHeaders()
181LogicalCallContext lcc = Thread.CurrentThread.GetMutableExecutionContext().LogicalCallContext; in SetHeaders()
309 internal LogicalCallContext() in LogicalCallContext() method in System.Runtime.Remoting.Messaging.LogicalCallContext
315 LogicalCallContext m_ctx;
322 public LogicalCallContext Clone() { return (LogicalCallContext)m_ctx.Clone(); } in Clone()
418 LogicalCallContext lc = new LogicalCallContext(); in Clone()
[all …]
H A Dstackbuildersink.cs68 LogicalCallContext oldCallCtx = null; in SyncProcessMessage()
70LogicalCallContext lcc = Thread.CurrentThread.GetMutableExecutionContext().LogicalCallContext; in SyncProcessMessage()
87 LogicalCallContext messageCallContext = null; in SyncProcessMessage()
124LogicalCallContext latestCallContext = Thread.CurrentThread.GetMutableExecutionContext().LogicalCa… in SyncProcessMessage()
153LogicalCallContext latestCallContext = Thread.CurrentThread.GetMutableExecutionContext().LogicalCa… in SyncProcessMessage()
201 LogicalCallContext oldCallCtx = null; in AsyncProcessMessage()
206 LogicalCallContext callCtx = (LogicalCallContext) in AsyncProcessMessage()
249LogicalCallContext latestCallContext = Thread.CurrentThread.GetMutableExecutionContext().LogicalCa… in AsyncProcessMessage()
276 (LogicalCallContext) in AsyncProcessMessage()
478 LogicalCallContext messageCallContext, in PreserveThreadPrincipalIfNecessary()
[all …]
H A Dmessagesmuggler.cs333 LogicalCallContext lcc = mcm.LogicalCallContext; in SmuggledMethodCallMessage()
412 internal LogicalCallContext GetCallContext(ArrayList deserializedArgs) in GetCallContext()
420 LogicalCallContext callContext = new LogicalCallContext(); in GetCallContext()
425 return (LogicalCallContext)deserializedArgs[((SerializedArg)_callContext).Index]; in GetCallContext()
500 LogicalCallContext lcc = mrm.LogicalCallContext; in SmuggledMethodReturnMessage()
576 internal LogicalCallContext GetCallContext(ArrayList deserializedArgs) in GetCallContext()
584 LogicalCallContext callContext = new LogicalCallContext(); in GetCallContext()
589 return (LogicalCallContext)deserializedArgs[((SerializedArg)_callContext).Index]; in GetCallContext()
H A Dsynchronizeddispatch.cs119 ((LogicalCallContext)reqMsg.Properties[Message.CallContextKey]) in IsKnownLCID()
528 LogicalCallContext callCtx = in IsNestedCall()
529 (LogicalCallContext)reqMsg.Properties[Message.CallContextKey]; in IsNestedCall()
543 LogicalCallContext callCtx = in IsNestedCall()
544 (LogicalCallContext)reqMsg.Properties[Message.CallContextKey]; in IsNestedCall()
693 internal LogicalCallContext _callCtx;
860 LogicalCallContext cctx = in SyncProcessMessage()
861 (LogicalCallContext) reqMsg.Properties[Message.CallContextKey]; in SyncProcessMessage()
908 LogicalCallContext cctxRet = in SyncProcessMessage()
938 LogicalCallContext cctx = in AsyncProcessMessage()
[all …]
H A Dmessage.cs406 public LogicalCallContext LogicalCallContext property in System.Runtime.Remoting.Messaging.Message
1326 public LogicalCallContext LogicalCallContext property in System.Runtime.Remoting.Messaging.ConstructorCallMessage
1366 internal LogicalCallContext SetLogicalCallContext(LogicalCallContext ctx) in SetLogicalCallContext()
2404 public LogicalCallContext LogicalCallContext property in System.Runtime.Remoting.Messaging.StackBasedReturnMessage
2767 public LogicalCallContext LogicalCallContext property in System.Runtime.Remoting.Messaging.ReturnMessage
2782 internal LogicalCallContext SetLogicalCallContext(LogicalCallContext ctx) in SetLogicalCallContext()
3699 public LogicalCallContext LogicalCallContext property in System.Runtime.Remoting.Messaging.MethodCall
4687 public LogicalCallContext LogicalCallContext property in System.Runtime.Remoting.Messaging.MethodResponse
5607 public LogicalCallContext LogicalCallContext property in System.Runtime.Remoting.Messaging.ErrorMessage
5804 public virtual LogicalCallContext LogicalCallContext property in System.Runtime.Remoting.Messaging.MethodCallMessageWrapper
[all …]
H A Drealproxy.cs225 LogicalCallContext callCtx = (msg == null ? null : msg.LogicalCallContext); in InitializeServerObject()
637 Thread.CurrentThread.GetMutableExecutionContext().LogicalCallContext.Merge( in EndInvokeHelper()
638 mrm.LogicalCallContext); in EndInvokeHelper()
814 LogicalCallContext cctx = null; in PrivateInvoke()
818 cctx = currentThread.GetMutableExecutionContext().LogicalCallContext; in PrivateInvoke()
916 IMessage reqMsg, int msgFlags, LogicalCallContext cctx) in SetCallContextInMessage()
937 …allContextToThread(Thread currentThread, IMessage retMsg, int msgFlags, LogicalCallContext currCtx) in ReturnCallContextToThread()
948 LogicalCallContext retCtx = mrm.LogicalCallContext; in ReturnCallContextToThread()
950 currentThread.GetMutableExecutionContext().LogicalCallContext = currCtx; in ReturnCallContextToThread()
957 LogicalCallContext oldCtx = ec.LogicalCallContext; in ReturnCallContextToThread()
[all …]
H A Dcrossappdomainchannel.cs377LogicalCallContext lcc = Thread.CurrentThread.GetMutableExecutionContext().LogicalCallContext; in DoDispatch()
396 LogicalCallContext callCtx = (LogicalCallContext) in DoDispatch()
499 LogicalCallContext lcc = mcmReqMsg.LogicalCallContext; in SyncProcessMessage()
532 LogicalCallContext oldCallCtx = CallContext.SetLogicalCallContext(null); in SyncProcessMessage()
588 LogicalCallContext lcc = mrmRetMsg.LogicalCallContext; in SyncProcessMessage()
635 private LogicalCallContext _callCtx;
646 _callCtx = Thread.CurrentThread.GetMutableExecutionContext().LogicalCallContext; in ADAsyncWorkItem()
655 LogicalCallContext threadPoolCallCtx = CallContext.SetLogicalCallContext(_callCtx); in FinishAsyncWork()
H A Dimethodmessage.cs65 LogicalCallContext LogicalCallContext property
H A Dremotingproxy.cs254 LogicalCallContext cctx = currentThread.GetMutableExecutionContext().LogicalCallContext; in InternalInvoke()
364 cctx = (LogicalCallContext) cctx.Clone(); in InternalInvoke()
378 cctx = (LogicalCallContext) cctx.Clone(); in InternalInvoke()
514 … Thread.CurrentThread.GetMutableExecutionContext().LogicalCallContext.Clone(); in Invoke()
H A Dcrosscontextchannel.cs161 (LogicalCallContext) in SyncProcessMessage()
408 private LogicalCallContext _callCtx;
425 _callCtx = Thread.CurrentThread.GetMutableExecutionContext().LogicalCallContext; in AsyncWorkItem()
504 LogicalCallContext threadPoolCallCtx = in FinishAsyncWorkCallback()
H A Diinternalmessage.cs43 void SetCallContext(LogicalCallContext callContext); in SetCallContext()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/serialization/formatters/binary/
H A Dbinarymethodmessage.cs28 LogicalCallContext _logicalCallContext = null;
33 … typeName, Type[] instArgs, Object[] args, Object methodSignature, LogicalCallContext callContext,… in BinaryMethodCallMessage()
46 _logicalCallContext = new LogicalCallContext(); in BinaryMethodCallMessage()
80 public LogicalCallContext LogicalCallContext property in System.Runtime.Serialization.Formatters.Binary.BinaryMethodCallMessage
113 LogicalCallContext _logicalCallContext = null;
118 …ethodReturnMessage(Object returnValue, Object[] args, Exception e, LogicalCallContext callContext,… in BinaryMethodReturnMessage()
129 _logicalCallContext = new LogicalCallContext(); in BinaryMethodReturnMessage()
151 public LogicalCallContext LogicalCallContext property in System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturnMessage
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/LocalService/
H A DMethodMessage.cs38 LogicalCallContext callContext;
207 LogicalCallContext IMethodMessage.LogicalCallContext
226 void PopulateIdentity(LogicalCallContext callContext, String identity) in PopulateIdentity()
231 static LogicalCallContext singletonCallContext;
234 static LogicalCallContext GetLogicalCallContext() in GetLogicalCallContext()
245 return singletonCallContext.Clone() as LogicalCallContext; in GetLogicalCallContext()
318 LogicalCallContext callContext;
320 internal LogicalCallContext CallContext
337 … this.callContext = methodCallMessage.LogicalCallContext.Clone() as LogicalCallContext; in Invoke()
338 … return new ReturnMessage(null, null, 0, methodCallMessage.LogicalCallContext, methodCallMessage); in Invoke()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.Remoting.Messaging/
H A DReturnMessage.cs45 LogicalCallContext _callCtx;
58 int outArgsCount, LogicalCallContext callCtx, in ReturnMessage()
79 _callCtx = mcm.LogicalCallContext; in ReturnMessage()
103 public LogicalCallContext LogicalCallContext { property in System.Runtime.Remoting.Messaging.ReturnMessage
106 _callCtx = new LogicalCallContext ();
H A DMethodResponse.cs59 LogicalCallContext _callContext;
97 …internal MethodResponse (object returnValue, object [] outArgs, LogicalCallContext callCtx, IMetho… in MethodResponse()
123 if (_callContext == null) _callContext = new LogicalCallContext (); in MethodResponse()
153 _callContext = smuggledMrm.LogicalCallContext; in MethodResponse()
176 case "__CallContext": _callContext = (LogicalCallContext) value; break; in InitMethodProperty()
208 public LogicalCallContext LogicalCallContext { property in System.Runtime.Remoting.Messaging.MethodResponse
211 _callContext = new LogicalCallContext ();
H A DMethodCall.cs51 LogicalCallContext _callContext;
89 _callContext = new LogicalCallContext (); in MethodCall()
148 _callContext = smuggledMsg.LogicalCallContext; in MethodCall()
168 _callContext = call.LogicalCallContext; in CopyFrom()
180 case "__CallContext" : _callContext = (LogicalCallContext) value; return; in InitMethodProperty()
233 public LogicalCallContext LogicalCallContext { property in System.Runtime.Remoting.Messaging.MethodCall
236 _callContext = new LogicalCallContext ();
H A DMethodCallMessageWrapper.cs74 public virtual LogicalCallContext LogicalCallContext { property in System.Runtime.Remoting.Messaging.MethodCallMessageWrapper
75 get { return ((IMethodCallMessage)WrappedMessage).LogicalCallContext; }
H A DIMethodMessage.cs51 LogicalCallContext LogicalCallContext { property
H A DMethodReturnMessageWrapper.cs82 public virtual LogicalCallContext LogicalCallContext { property in System.Runtime.Remoting.Messaging.MethodReturnMessageWrapper
83 get { return ((IMethodReturnMessage)WrappedMessage).LogicalCallContext; }
H A DErrorMessage.cs139 public LogicalCallContext LogicalCallContext property in System.Runtime.Remoting.Messaging.ErrorMessage
H A DMonoMethodMessage.cs52 public LogicalCallContext ctx;
167 public LogicalCallContext LogicalCallContext { property in System.Runtime.Remoting.Messaging.MonoMethodMessage
H A DCADMessages.cs373 if (msg.LogicalCallContext != null && msg.LogicalCallContext.HasInfo) in SaveLogicalCallContext()
379 serializeList.Add (msg.LogicalCallContext); in SaveLogicalCallContext()
383 internal LogicalCallContext GetLogicalCallContext (ArrayList args) in GetLogicalCallContext()
388 return (LogicalCallContext) args [_callContext.index]; in GetLogicalCallContext()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/threading/
H A Dexecutioncontext.cs505 private LogicalCallContext _logicalCallContext;
624 public LogicalCallContext.Reader LogicalCallContext property
627 … get { return new LogicalCallContext.Reader(IsNull ? null : m_ec.LogicalCallContext); }
767 internal LogicalCallContext LogicalCallContext property in System.Threading.ExecutionContext
774 _logicalCallContext = new LogicalCallContext();
1093 ec.LogicalCallContext = (LogicalCallContext)this.LogicalCallContext.Clone(); in CreateCopy()
1130 ec.LogicalCallContext = (LogicalCallContext)this.LogicalCallContext.Clone(); in CreateMutableCopy()
1235 LogicalCallContext logCtxNew = null; in Capture()
1246 if (ecCurrent.LogicalCallContext.HasInfo) in Capture()
1247 logCtxNew = ecCurrent.LogicalCallContext.Clone(); in Capture()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.Remoting.Proxies/
H A DRealProxy.cs242 mMsg.LogicalCallContext = Thread.CurrentThread.GetMutableExecutionContext().LogicalCallContext; in PrivateInvoke()
297 if (res_msg.LogicalCallContext != null && res_msg.LogicalCallContext.HasInfo) { in PrivateInvoke()
298 …Thread.CurrentThread.GetMutableExecutionContext().LogicalCallContext.Merge (res_msg.LogicalCallCon… in PrivateInvoke()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DServiceChannelProxy.cs53 … static LogicalCallContext SetActivityIdInLogicalCallContext(LogicalCallContext logicalCallContext) in SetActivityIdInLogicalCallContext()
67 …s, returnArgs.Length, SetActivityIdInLogicalCallContext(methodCall.LogicalCallContext), methodCall… in CreateReturnMessage()
75 …reateReturnMessage(object ret, object[] outArgs, int outArgsCount, LogicalCallContext callCtx, IMe… in CreateReturnMessage()
329 …proxiedType, null, 0, SetActivityIdInLogicalCallContext(methodCall.LogicalCallContext), methodCall… in InvokeGetType()
577 public LogicalCallContext LogicalCallContext property in System.ServiceModel.Channels.ServiceChannelProxy.SingleReturnMessage
579 get { return SetActivityIdInLogicalCallContext(methodCall.LogicalCallContext); }

123