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