3 references to TryParse
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
TargetPickerUi.cs (1)
118if (IPEndPoint.TryParse(_debugProxyUrl, out IPEndPoint? endpoint))
Microsoft.AspNetCore.HttpOverrides (1)
ForwardedHeadersMiddleware.cs (1)
236if (IPEndPoint.TryParse(set.IpAndPortText, out var parsedEndPoint))
System.Net.Primitives (1)
System\Net\IPEndPoint.cs (1)
275return TryParse(s, out result);