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