2 writes to _endpoints
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (2)
46_endpoints = channelDispatcher.EndpointDispatcherTable; 72set { _endpoints = value; }
1 reference to _endpoints
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
71get { return _endpoints; }