1 reference to OperationBindingCollection
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
740get { if (_operations == null) { _operations = new OperationBindingCollection(this); } return _operations; }