1 write to publishedEndpoints
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\OnlineAnnouncementChannelDispatcher.cs (1)
35this.publishedEndpoints = publishedEndpoints;
2 references to publishedEndpoints
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\OnlineAnnouncementChannelDispatcher.cs (2)
117this.announceOnlineAsyncResult = new AnnouncementDispatcherAsyncResult(this.announcementEndpoints, this.publishedEndpoints, this.discoveryMessageSequenceGenerator, true, callback, state); 145this.announceOnlineAsyncResult = new AnnouncementDispatcherAsyncResult(this.announcementEndpoints, this.publishedEndpoints, this.discoveryMessageSequenceGenerator, true, null, null);