3 references to AsynchronousMethods
dotnet-svcutil-lib (3)
CodeDomFixup\WcfCodeGenerationExtension.cs (1)
83generator.Options &= ~ServiceContractGenerationOptions.AsynchronousMethods;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
210_asyncMethods = parent.OptionsInternal.IsSet(ServiceContractGenerationOptions.AsynchronousMethods);
ImportModule.cs (1)
230contractGenerator.Options |= ServiceContractGenerationOptions.AsynchronousMethods;