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