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