1 instantiation of BindingCollection
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
151get { 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)
43private BindingCollection _bindings; 149public BindingCollection Bindings
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
111global::System.Web.Services.Description.BindingCollection a = (global::System.Web.Services.Description.BindingCollection)o.@Bindings; 5227global::System.Web.Services.Description.BindingCollection a_9 = (global::System.Web.Services.Description.BindingCollection)o.@Bindings;