2 references to TryParse
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
TargetPickerUi.cs (1)
117if (IPEndPoint.TryParse(_debugProxyUrl, out IPEndPoint? endpoint))
Microsoft.AspNetCore.HttpOverrides (1)
ForwardedHeadersMiddleware.cs (1)
236if (IPEndPoint.TryParse(set.IpAndPortText, out var parsedEndPoint))