1 write to singletonCallContext
System.Workflow.Activities (1)
LocalService\MethodMessage.cs (1)
243
singletonCallContext
= contextProxy.CallContext;
2 references to singletonCallContext
System.Workflow.Activities (2)
LocalService\MethodMessage.cs (2)
238
if (
singletonCallContext
== null)
245
return
singletonCallContext
.Clone() as LogicalCallContext;