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