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