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