2 references to TryParse
Microsoft.AspNetCore.Components (2)
src\aspnetcore\src\Components\Shared\src\UrlValueConstraint.cs (2)
78var x when x == typeof(double) => new TypedUrlValueConstraint<double>(TryParse), 79var x when x == typeof(double?) => new NullableTypedUrlValueConstraint<double>(TryParse),