1 write to endpointsByListenUriInfo
System.ServiceModel (1)
System\ServiceModel\ServiceHost.cs (1)
284
this.
endpointsByListenUriInfo
= this.GetEndpointsByListenUriInfo();
2 references to endpointsByListenUriInfo
System.ServiceModel (2)
System\ServiceModel\ServiceHost.cs (2)
282
if (this.
endpointsByListenUriInfo
== null)
286
return this.
endpointsByListenUriInfo
;