1 write to useSynchronizationContext
System.ServiceModel (1)
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
310set { this.useSynchronizationContext = value; }
2 references to useSynchronizationContext
System.ServiceModel (2)
System\ServiceModel\ServiceBehaviorAttribute.cs (2)
309get { return this.useSynchronizationContext; } 388if (!this.useSynchronizationContext)