1 write to _bindings
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
151
get { if (_bindings == null)
_bindings
= new BindingCollection(this); return _bindings; }
2 references to _bindings
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
151
get { if (
_bindings
== null) _bindings = new BindingCollection(this); return
_bindings
; }