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