1 write to _useSynchronizationContext
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\CallbackBehaviorAttribute.cs (1)
28
set {
_useSynchronizationContext
= value; }
2 references to _useSynchronizationContext
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\CallbackBehaviorAttribute.cs (2)
27
get { return
_useSynchronizationContext
; }
51
if (!
_useSynchronizationContext
)