1 write to Uri
Microsoft.Extensions.ServiceDiscovery.Abstractions (1)
UriEndPoint.cs (1)
20Uri = uri;
7 references to Uri
Microsoft.Extensions.ServiceDiscovery (3)
Configuration\ConfigurationServiceEndpointProvider.cs (2)
147if (ep.EndPoint is UriEndPoint uri && uri.Uri.Scheme is { } scheme) 159if (ep.EndPoint is UriEndPoint uri && uri.Uri.Scheme is { } scheme)
Http\ResolvingHttpDelegatingHandler.cs (1)
65if (endPoint is UriEndPoint { Uri: { } ep })
Microsoft.Extensions.ServiceDiscovery.Abstractions (4)
UriEndPoint.cs (4)
31return obj is UriEndPoint other && Uri.Equals(other.Uri); 35public override int GetHashCode() => Uri.GetHashCode(); 38public override string? ToString() => Uri.ToString();