3 references to Parse
Microsoft.Extensions.ServiceDiscovery.Tests (2)
ServiceEndpointTests.cs (2)
13(EndPoint)IPEndPoint.Parse("127.0.0.1:0"), 20(EndPoint)IPEndPoint.Parse("127.0.0.1:8443"),
System.Net.Primitives (1)
System\Net\IPEndPoint.cs (1)
240static IPEndPoint IParsable<IPEndPoint>.Parse(string s, IFormatProvider? provider) => Parse(s);