2 instantiations of TodoWithExplicitIParsable
Microsoft.AspNetCore.Http.Microbenchmarks (2)
src\Http\Http.Extensions\test\RequestDelegateGenerator\SharedTypes.cs (2)
1034return new TodoWithExplicitIParsable(); 1039result = new TodoWithExplicitIParsable();
5 references to TodoWithExplicitIParsable
Microsoft.AspNetCore.Http.Microbenchmarks (5)
src\Http\Http.Extensions\test\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)