1 write to Endpoints
dotnet-svcutil-lib (1)
Metadata\ServiceDescriptor.cs (1)
168
this.
Endpoints
= wsdlImporter.ImportAllEndpoints();
3 references to Endpoints
dotnet-svcutil-lib (3)
ImportModule.cs (2)
69
if (!httpBindingTracker.IsHttpBindingContract(contractDescription) || serviceDescriptor.
Endpoints
.Any(endpoint => endpoint.Contract == contractDescription))
143
Collection<ServiceEndpoint> endpoints = new Collection<ServiceEndpoint>(serviceDescriptor.
Endpoints
.ToList());
Metadata\ServiceDescriptor.cs (1)
197
ServiceEndpoint endpoint = this.
Endpoints
.FirstOrDefault(ep =>