1 reference to BindingCollection
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
101get { if (_bindings == null) { _bindings = new BindingCollection(this); } return _bindings; }