4 references to GenericTypeArgument
Aspire.Hosting.CodeGeneration.Python.Tests (4)
AtsPythonCodeGeneratorTests.cs (4)
500var genericBaseType = typeof(GenericBaseResource<GenericTypeArgument<int, string>>); 501var genericInterfaceType = typeof(IGenericResource<GenericTypeArgument<int, string>>); 591private sealed class GenericResource : GenericBaseResource<GenericTypeArgument<int, string>>, IGenericResource<GenericTypeArgument<int, string>>;