15 references to B
Microsoft.AspNetCore.Shared.Tests (15)
TypeNameHelperTest.cs (15)
22[InlineData(typeof(B<int>), 26[InlineData(typeof(B<B<string>>), 28[InlineData(typeof(C<int, B<string>>), 69[InlineData(typeof(B<int>), "B<int>")] 71[InlineData(typeof(C<int, B<string>>), "C<int, B<string>>")] 72[InlineData(typeof(B<B<string>>), "B<B<string>>")] 124genArgsDictionary[0] = typeof(B<>); 182{ typeof(B<>),"Microsoft.Extensions.Internal.TypeNameHelperTest+B<T>" }, 202{ typeof(B<>),"B<T>" }, 234{ typeof(B<int>), "Microsoft.Extensions.Internal.TypeNameHelperTest.B" }, 236{ typeof(C<int, B<string>>), "Microsoft.Extensions.Internal.TypeNameHelperTest.C" }, 237{ typeof(B<B<string>>), "Microsoft.Extensions.Internal.TypeNameHelperTest.B" },