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