1 instantiation of BindingCollection
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
151
get { if (_bindings == null) _bindings = new
BindingCollection
(this); return _bindings; }
6 references to BindingCollection
dotnet-svcutil-lib (6)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
43
private
BindingCollection
_bindings;
149
public
BindingCollection
Bindings
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
111
global::System.Web.Services.Description.
BindingCollection
a = (global::System.Web.Services.Description.
BindingCollection
)o.@Bindings;
5227
global::System.Web.Services.Description.
BindingCollection
a_9 = (global::System.Web.Services.Description.
BindingCollection
)o.@Bindings;