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