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