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