1 write to useSynchronizationContext
System.ServiceModel (1)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
136set { this.useSynchronizationContext = value; }
2 references to useSynchronizationContext
System.ServiceModel (2)
System\ServiceModel\CallbackBehaviorAttribute.cs (2)
135get { return this.useSynchronizationContext; } 188if (!this.useSynchronizationContext)