9 references to GenericType
Microsoft.AspNetCore.DataProtection.Tests (9)
TypeForwardingActivatorTests.cs (9)
48[InlineData(typeof(GenericType<GenericType<ClassWithParameterlessCtor>>))] 49[InlineData(typeof(GenericType<ClassWithParameterlessCtor>))] 50[InlineData(typeof(GenericType<GenericType<string>>))] 51[InlineData(typeof(GenericType<GenericType<string, string>>))] 52[InlineData(typeof(GenericType<string>))] 53[InlineData(typeof(GenericType<int>))] 66[InlineData(typeof(GenericType<>))]