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