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