1 write to context
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ThreadBehavior.cs (1)
22
this.
context
= dispatch.SynchronizationContext;
2 references to context
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ThreadBehavior.cs (2)
97
SynchronizationContext syncContext = instanceContext.SynchronizationContext ?? this.
context
;
122
string text = SR.GetString(SR.SFxMultipleCallbackFromSynchronizationContext,
context
.GetType().ToString());