9 references to GenericType
Microsoft.AspNetCore.DataProtection.Tests (9)
TypeForwardingActivatorTests.cs (9)
44[InlineData(typeof(GenericType<GenericType<ClassWithParameterlessCtor>>))] 45[InlineData(typeof(GenericType<ClassWithParameterlessCtor>))] 46[InlineData(typeof(GenericType<GenericType<string>>))] 47[InlineData(typeof(GenericType<GenericType<string, string>>))] 48[InlineData(typeof(GenericType<string>))] 49[InlineData(typeof(GenericType<int>))] 62[InlineData(typeof(GenericType<>))]