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