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