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