3 types derived from BaseTryParseClass
Microsoft.AspNetCore.Http.Extensions.Tests (3)
ParameterBindingMethodCacheTests.cs (3)
984private class TryParseInheritClass : BaseTryParseClass<TryParseInheritClass> 989private class TryParseWrongTypeInheritClass : BaseTryParseClass<TryParseInheritClass> 1046: BaseTryParseClass<TryParseFromClassAndInterface>,