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