2 writes to _binding
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceEndpoint.cs (2)
41
_binding
= binding;
73
set {
_binding
= value; }
2 references to _binding
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceEndpoint.cs (2)
72
get { return
_binding
; }
103
else if (
_binding
!= null)