1 type derived from C
Microsoft.AspNetCore.Shared.Tests (1)
TypeNameHelperTest.cs (1)
266private class PartiallyClosedGeneric<T> : C<T, int> { }
8 references to C
Microsoft.AspNetCore.Shared.Tests (8)
TypeNameHelperTest.cs (8)
24[InlineData(typeof(C<int, string>), 28[InlineData(typeof(C<int, B<string>>), 70[InlineData(typeof(C<int, string>), "C<int, string>")] 71[InlineData(typeof(C<int, B<string>>), "C<int, B<string>>")] 183{ typeof(C<,>),"Microsoft.Extensions.Internal.TypeNameHelperTest+C<T1, T2>" }, 203{ typeof(C<,>),"C<T1, T2>" }, 235{ typeof(C<int, string>), "Microsoft.Extensions.Internal.TypeNameHelperTest.C" }, 236{ typeof(C<int, B<string>>), "Microsoft.Extensions.Internal.TypeNameHelperTest.C" },