2 writes to operationBinding
System.Web.Services (2)
System\Web\Services\Description\ProtocolImporter.cs (2)
348operationBinding = null; 352operationBinding = b;
14 references to operationBinding
System.Web.Services (14)
System\Web\Services\Description\ProtocolImporter.cs (14)
207get { return operationBinding; } 351if (operationBinding != null) throw OperationSyntaxException(Res.GetString(Res.DuplicateInputOutputNames0)); 355if (operationBinding == null) { 359if (operation.Messages.Input != null && operationBinding.Input == null) { 362if (operation.Messages.Output != null && operationBinding.Output == null) { 422AddExtensionWarningComments(codeClass.Comments, operationBinding.Extensions); 423if (operationBinding.Input != null) AddExtensionWarningComments(codeClass.Comments, operationBinding.Input.Extensions); 424if (operationBinding.Output != null) AddExtensionWarningComments(codeClass.Comments, operationBinding.Output.Extensions); 523AddWarningComment(codeClass == null ? codeNamespace.Comments : codeClass.Comments, Res.GetString(Res.TheOperationBinding0FromNamespace1WasIgnored, operationBinding.Name, operationBinding.Binding.ServiceDescription.TargetNamespace, text)); 553return new Exception(Res.GetString(Res.TheOperationBindingFromNamespaceHadInvalid3, operationBinding.Name, operationBinding.Binding.ServiceDescription.TargetNamespace, text));