2 instantiations of TodoWithExplicitIParsable
Microsoft.AspNetCore.Http.Extensions.Tests (2)
RequestDelegateGenerator\SharedTypes.cs (2)
1034return new TodoWithExplicitIParsable(); 1039result = new TodoWithExplicitIParsable();
5 references to TodoWithExplicitIParsable
Microsoft.AspNetCore.Http.Extensions.Tests (5)
RequestDelegateGenerator\SharedTypes.cs (5)
1030public class TodoWithExplicitIParsable : IParsable<TodoWithExplicitIParsable> 1032static TodoWithExplicitIParsable IParsable<TodoWithExplicitIParsable>.Parse(string s, IFormatProvider provider) 1037static bool IParsable<TodoWithExplicitIParsable>.TryParse(string s, IFormatProvider provider, out TodoWithExplicitIParsable result)