1 write to binding
System.Web.Services (1)
System\Web\Services\Description\ProtocolImporter.cs (1)
341this.binding = binding;
6 references to binding
System.Web.Services (6)
System\Web\Services\Description\ProtocolImporter.cs (6)
179get { return binding; } 349foreach (OperationBinding b in binding.Operations) { 378className = binding.Name; 452AddExtensionWarningComments(codeClass.Comments, binding.Extensions); 461throw new InvalidOperationException(Res.GetString(Res.UnableToImportBindingFromNamespace2, binding.Name, binding.ServiceDescription.TargetNamespace), e);