1 write to useSynchronizationContext
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
39this.useSynchronizationContext = behavior.UseSynchronizationContext;
1 reference to useSynchronizationContext
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
85get { return this.useSynchronizationContext; }