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