1 instantiation of BindingCollection
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
101get { if (_bindings == null) { _bindings = new BindingCollection(this); } return _bindings; }
6 references to BindingCollection
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescription.cs (2)
39private BindingCollection _bindings; 99public BindingCollection Bindings
System\Web\Services\Description\ServiceDescriptionSerializer.cs (4)
95global::System.Web.Services.Description.BindingCollection a = (global::System.Web.Services.Description.BindingCollection)o.@Bindings; 4867global::System.Web.Services.Description.BindingCollection a_9 = (global::System.Web.Services.Description.BindingCollection)o.@Bindings;