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