3 references to SanitizePythonTypeName
Aspire.Hosting.CodeGeneration.Python (3)
AtsPythonCodeGenerator.cs (3)
2250
return
SanitizePythonTypeName
(StripGenericArity(simpleTypeName));
2263
return
SanitizePythonTypeName
(typeName + string.Concat(clrType.GetGenericArguments().Select(GetClrTypeName)));
2266
return
SanitizePythonTypeName
(typeName);