1 instantiation of BindingCollection
System.Web.Services (1)
System\Web\Services\Description\ServiceDescription.cs (1)
142get { if (bindings == null) bindings = new BindingCollection(this); return bindings; }
8 references to BindingCollection
System.ServiceModel (2)
System\ServiceModel\Description\WsdlHelper.cs (2)
291WsdlNS.BindingCollection bindings = (WsdlNS.BindingCollection)collection;
System.Web.Services (6)
System\Web\Services\Description\ServiceDescription.cs (2)
44BindingCollection bindings; 141public BindingCollection Bindings {
System\Web\Services\Description\ServiceDescriptionSerializer.cs (4)
86global::System.Web.Services.Description.BindingCollection a = (global::System.Web.Services.Description.BindingCollection)o.@Bindings; 4150global::System.Web.Services.Description.BindingCollection a_9 = (global::System.Web.Services.Description.BindingCollection)o.@Bindings;