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