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