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