4 references to SetData
mscorlib (2)
system\runtime\remoting\callcontext.cs (1)
159ec.LogicalCallContext.SetData(name, data);
system\runtime\remoting\crossappdomainchannel.cs (1)
378lcc.SetData(LCC_DATA_KEY, true);
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
57logicalCallContext.SetData(activityIdSlotName, DiagnosticTraceBase.ActivityId);
System.Workflow.Activities (1)
LocalService\MethodMessage.cs (1)
228callContext.SetData(IdentityContextData.IdentityContext, new IdentityContextData(identity));