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