6 references to TodoWithExplicitIParsable
Microsoft.AspNetCore.Http.Extensions.Tests (6)
ParameterBindingMethodCacheTests.cs (6)
170
var type = typeof(
TodoWithExplicitIParsable
);
1527
public class TodoWithExplicitIParsable : IParsable<
TodoWithExplicitIParsable
>
1529
static
TodoWithExplicitIParsable
IParsable<
TodoWithExplicitIParsable
>.Parse(string s, IFormatProvider? provider)
1534
static bool IParsable<
TodoWithExplicitIParsable
>.TryParse(string? s, IFormatProvider? provider, out
TodoWithExplicitIParsable
result)