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