2 writes to disableOperationContextAsyncFlow
System.ServiceModel (2)
System\ServiceModel\ServiceModelAppSettings.cs (2)
158
if ((appSettingsSection == null) || !bool.TryParse(appSettingsSection[DisableOperationContextAsyncFlowString], out
disableOperationContextAsyncFlow
))
160
disableOperationContextAsyncFlow
= DefaultDisableOperationContextAsyncFlow;
1 reference to disableOperationContextAsyncFlow
System.ServiceModel (1)
System\ServiceModel\ServiceModelAppSettings.cs (1)
79
return
disableOperationContextAsyncFlow
;