3 references to GetClrTypeName
Aspire.Hosting.CodeGeneration.Python (3)
AtsPythonCodeGenerator.cs (3)
2189var typeName = GetClrTypeName(clrType); 2257return GetClrTypeName(clrType.GetElementType()!) + "Array"; 2263return SanitizePythonTypeName(typeName + string.Concat(clrType.GetGenericArguments().Select(GetClrTypeName)));